Gem in a Box
If you did not need any credentials to get to this page
gem sources -a https://rubygems.epices-energie.fr/
If you needed some credentials to get to this page
gem sources -a https://username:password@rubygems.epices-energie.fr/
and then ...
gem install geminabox
gem inabox [gemfile]
Upload Another Gem
-
actionmailer (4.2.11.3)
gem install actionmailer -v "4.2.11.3"Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
-
actionpack (4.2.11.3)
gem install actionpack -v "4.2.11.3"Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.
-
actionview (4.2.11.3)
gem install actionview -v "4.2.11.3"Simple, battle-tested conventions and helpers for building web pages.
-
active_admin_sidebar (1.2.0)
gem install active_admin_sidebar -v "1.2.0"extension for activeadmin gem to manage sidebar
-
active_link_to (1.0.5)
gem install active_link_to -v "1.0.5"Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition
-
active_record-acts_as (4.0.1)
gem install active_record-acts_as -v "4.0.1"Simulate multi-table inheritance for activerecord models using a polymorphic association
-
active_record_query_trace (1.7)
gem install active_record_query_trace -v "1.7"Print stack trace of all DB queries to the Rails log. Helpful to find where queries are being executed in your application.
-
activeadmin (1.4.3)
gem install activeadmin -v "1.4.3"The administration framework for Ruby on Rails.
-
activejob (4.2.11.3)
gem install activejob -v "4.2.11.3"Declare job classes that can be run by a variety of queueing backends.
-
activemodel (4.2.11.3)
gem install activemodel -v "4.2.11.3"A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
-
activerecord (4.2.11.3)
gem install activerecord -v "4.2.11.3"Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
-
activeresource (4.1.0)
gem install activeresource -v "4.1.0"REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.
-
activesupport (4.2.11.3)
gem install activesupport -v "4.2.11.3"A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
-
addressable (2.8.7)
gem install addressable -v "2.8.7"Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.
-
airbrussh (1.4.0)
gem install airbrussh -v "1.4.0"A replacement log formatter for SSHKit that makes Capistrano output much easier on the eyes. Just add Airbrussh to your Capfile and enjoy concise, useful log output that is easy to read.
-
akami (1.3.1)
gem install akami -v "1.3.1"Building Web Service Security
-
ansi (1.5.0)
gem install ansi -v "1.5.0"The ANSI project is a superlative collection of ANSI escape code related libraries eabling ANSI colorization and stylization of console output. Byte for byte ANSI is the best ANSI code library available for the Ruby programming language.
-
arbre (1.2.1)
gem install arbre -v "1.2.1"An Object Oriented DOM Tree in Ruby
-
arel (6.0.4)
gem install arel -v "6.0.4"Arel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifies the generation of complex SQL queries 2. Adapts to various RDBMSes It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation.
-
ast (2.4.1)
gem install ast -v "2.4.1"A library for working with Abstract Syntax Trees.
-
audited (4.9.0)
gem install audited -v "4.9.0"Log all changes to your models
-
authlogic (4.4.3)
gem install authlogic -v "4.4.3"
-
autoprefixer-rails (9.7.4)
gem install autoprefixer-rails -v "9.7.4"
-
awesome_print (1.8.0)
gem install awesome_print -v "1.8.0"Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins
-
babel-source (5.8.35)
gem install babel-source -v "5.8.35"
-
babel-transpiler (0.7.0)
gem install babel-transpiler -v "0.7.0"Ruby Babel is a bridge to the JS Babel transpiler.
-
bcrypt (3.1.13)
gem install bcrypt -v "3.1.13"bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
-
bcrypt_pbkdf (1.1.0)
gem install bcrypt_pbkdf -v "1.1.0"This gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
-
bigdecimal (1.3.5)
gem install bigdecimal -v "1.3.5"This library provides arbitrary-precision decimal floating-point number class.
-
binding_of_caller (0.8.0)
gem install binding_of_caller -v "0.8.0"Retrieve the binding of a method's caller. Can also retrieve bindings even further up the stack.
-
bootstrap-sass (3.4.1)
gem install bootstrap-sass -v "3.4.1"
-
bootstrap_form (2.7.0)
gem install bootstrap_form -v "2.7.0"bootstrap_form is a rails form builder that makes it super easy to create beautiful-looking forms using Twitter Bootstrap 3+
-
brakeman (4.8.0)
gem install brakeman -v "4.8.0"Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.
-
builder (3.2.4)
gem install builder -v "3.2.4"Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events
-
bullet (7.0.1)
gem install bullet -v "7.0.1"help to kill N+1 queries and unused eager loading.
-
byebug (11.1.1)
gem install byebug -v "11.1.1"Byebug is a Ruby debugger. It's implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface.
-
capistrano (3.12.1)
gem install capistrano -v "3.12.1"Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.
-
capistrano-bundler (1.1.4)
gem install capistrano-bundler -v "1.1.4"Bundler support for Capistrano 3.x
-
capistrano-passenger (0.2.0)
gem install capistrano-passenger -v "0.2.0"Passenger support for Capistrano 3.x
-
capistrano-rails (1.4.0)
gem install capistrano-rails -v "1.4.0"Rails specific Capistrano tasks
-
capistrano-rvm (0.1.2)
gem install capistrano-rvm -v "0.1.2"RVM integration for Capistrano
-
carrierwave (0.10.0)
gem install carrierwave -v "0.10.0"Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends.
-
climate_control (0.2.0)
gem install climate_control -v "0.2.0"Modify your ENV
-
codemirror-rails (5.16.0)
gem install codemirror-rails -v "5.16.0"This gem provides CodeMirror assets for your Rails application.
-
coffee-rails (4.2.2)
gem install coffee-rails -v "4.2.2"CoffeeScript adapter for the Rails asset pipeline.
-
coffee-script (2.4.1)
gem install coffee-script -v "2.4.1"Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
-
coffee-script-source (1.12.2)
gem install coffee-script-source -v "1.12.2"CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
-
comfortable_mexican_sofa (1.12.11)
gem install comfortable_mexican_sofa -v "1.12.11"ComfortableMexicanSofa is a powerful Rails 4/5 CMS Engine
-
concurrent-ruby (1.1.6)
gem install concurrent-ruby -v "1.1.6"Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
-
crack (1.0.0)
gem install crack -v "1.0.0"Really simple JSON and XML parsing, ripped from Merb and Rails.
-
crass (1.0.6)
gem install crass -v "1.0.6"Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.
-
curl (0.0.9)
gem install curl -v "0.0.9"Some simple methods to use shell curl
-
database_cleaner (1.8.3)
gem install database_cleaner -v "1.8.3"Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
-
debug_inspector (0.0.3)
gem install debug_inspector -v "0.0.3"A Ruby wrapper for the MRI 2.0 debug_inspector API
-
devise (4.7.1)
gem install devise -v "4.7.1"Flexible authentication solution for Rails with Warden
-
diff-lcs (1.3)
gem install diff-lcs -v "1.3"Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. This is release 1.3, providing a tentative fix to a long-standing issue related to incorrect detection of a patch direction. Also modernizes the gem infrastructure, testing infrastructure, and provides a warning-free experience to Ruby 2.4 users.
-
docile (1.3.2)
gem install docile -v "1.3.2"Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block. Killer feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block. Docile releases follow Semantic Versioning as defined at semver.org.
-
domain_name (0.5.20190701)
gem install domain_name -v "0.5.20190701"This is a Domain Name manipulation library for Ruby. It can also be used for cookie domain validation based on the Public Suffix List.
-
dotenv (2.7.5)
gem install dotenv -v "2.7.5"Loads environment variables from `.env`.
-
dotenv-rails (2.7.5)
gem install dotenv-rails -v "2.7.5"Autoload dotenv in Rails.
-
dry-configurable (0.12.1)
gem install dry-configurable -v "0.12.1"A mixin to add configuration functionality to your classes
-
dry-container (0.7.2)
gem install dry-container -v "0.7.2"
-
dry-core (0.6.0)
gem install dry-core -v "0.6.0"A toolset of small support modules used throughout the dry-rb ecosystem
-
dry-equalizer (0.3.0)
gem install dry-equalizer -v "0.3.0"Module to define equality, equivalence and inspection methods
-
dry-inflector (0.2.0)
gem install dry-inflector -v "0.2.0"String inflections for dry-rb
-
dry-initializer (3.0.4)
gem install dry-initializer -v "3.0.4"DSL for declaring params and options of the initializer
-
dry-logic (1.2.0)
gem install dry-logic -v "1.2.0"Predicate logic with rule composition
-
dry-schema (1.6.2)
gem install dry-schema -v "1.6.2"dry-schema provides a DSL for defining schemas with keys and rules that should be applied to values. It supports coercion, input sanitization, custom types and localized error messages (with or without I18n gem). It's also used as the schema engine in dry-validation.
-
dry-types (1.5.1)
gem install dry-types -v "1.5.1"Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc
-
dry-validation (1.6.0)
gem install dry-validation -v "1.6.0"Validation library
-
ed25519 (1.3.0)
gem install ed25519 -v "1.3.0"A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032.
-
enedis-sge (0.1.0 - 0.4.2)
gem install enedis-sge -v "0.4.2"gem install enedis-sge -v "0.4.1"gem install enedis-sge -v "0.4.0"gem install enedis-sge -v "0.3.0"
Older versions...gem install enedis-sge -v "0.2.8"Enedis SGE Tiers SOAP ruby client
-
erubis (2.7.0)
gem install erubis -v "2.7.0"Erubis is an implementation of eRuby and has the following features: * Very fast, almost three times faster than ERB and about 10% faster than eruby. * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) * Auto escaping support * Auto trimming spaces around '<% %>' * Embedded pattern changeable (default '<% %>') * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass * Ruby on Rails support
-
execjs (2.7.0)
gem install execjs -v "2.7.0"ExecJS lets you run JavaScript code from Ruby.
-
factory_girl (4.8.1)
gem install factory_girl -v "4.8.1"factory_girl provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures.
-
factory_girl_rails (4.8.0)
gem install factory_girl_rails -v "4.8.0"factory_girl_rails provides integration between factory_girl and rails 3 or newer (currently just automatic factory definition loading)
-
faraday (1.0.0)
gem install faraday -v "1.0.0"
-
ffi (1.12.2)
gem install ffi -v "1.12.2"Ruby FFI library
-
ffi-compiler (1.0.1)
gem install ffi-compiler -v "1.0.1"Ruby FFI library
-
formtastic (3.1.5)
gem install formtastic -v "3.1.5"A Rails form builder plugin/gem with semantically rich and accessible markup
-
formtastic_i18n (0.6.0)
gem install formtastic_i18n -v "0.6.0"
-
globalid (0.4.2)
gem install globalid -v "0.4.2"URIs for your models makes it easy to pass references around.
-
gyoku (1.4.0)
gem install gyoku -v "1.4.0"Gyoku translates Ruby Hashes to XML
-
haml (5.1.2)
gem install haml -v "5.1.2"Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's designed to express the structure of documents in a non-repetitive, elegant, and easy way by using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
-
haml-rails (1.0.0)
gem install haml-rails -v "1.0.0"Haml-rails provides Haml generators for Rails 4. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.
-
has_scope (0.7.2)
gem install has_scope -v "0.7.2"Maps controller filters to your resource scopes
-
hashdiff (1.1.2)
gem install hashdiff -v "1.1.2"Hashdiff is a diff lib to compute the smallest difference between two hashes.
-
html2haml (2.2.0)
gem install html2haml -v "2.2.0"Converts HTML into Haml
-
http-accept (1.7.0)
gem install http-accept -v "1.7.0"
-
http-cookie (1.0.3)
gem install http-cookie -v "1.0.3"HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.
-
httparty (0.18.0)
gem install httparty -v "0.18.0"Makes http fun! Also, makes consuming restful web services dead easy.
-
httpi (2.5.0)
gem install httpi -v "2.5.0"Common interface for Ruby's HTTP libraries
-
i18n (0.9.5)
gem install i18n -v "0.9.5"New wave Internationalization support for Ruby.
-
ice_cube (0.16.3)
gem install ice_cube -v "0.16.3"ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules.
-
inherited_resources (1.9.0)
gem install inherited_resources -v "1.9.0"Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.
-
jbuilder (2.9.1)
gem install jbuilder -v "2.9.1"
-
jquery-rails (4.3.5)
gem install jquery-rails -v "4.3.5"This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
-
jquery-ui-rails (6.0.1)
gem install jquery-ui-rails -v "6.0.1"jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
-
json (2.3.0)
gem install json -v "2.3.0"This is a JSON implementation as a Ruby extension in C.
-
kaminari (1.2.0)
gem install kaminari -v "1.2.0"Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
-
kaminari-actionview (1.2.0)
gem install kaminari-actionview -v "1.2.0"kaminari-actionview provides pagination helpers for your Action View templates
-
kaminari-activerecord (1.2.0)
gem install kaminari-activerecord -v "1.2.0"kaminari-activerecord lets your Active Record models be paginatable
-
kaminari-core (1.2.0)
gem install kaminari-core -v "1.2.0"kaminari-core includes pagination logic independent from ORMs and view libraries
-
kramdown (2.1.0)
gem install kramdown -v "2.1.0"kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.
-
libv8 (3.16.14.19)
gem install libv8 -v "3.16.14.19"x86_64-linuxDistributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
-
listen (1.3.1)
gem install listen -v "1.3.1"The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
-
loofah (2.6.0)
gem install loofah -v "2.6.0"Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's safelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.) ActiveRecord extensions for sanitization are available in the [`loofah-activerecord` gem](https://github.com/flavorjones/loofah-activerecord).
-
mail (2.7.1)
gem install mail -v "2.7.1"A really Ruby Mail handler.
-
mime-types (3.3.1)
gem install mime-types -v "3.3.1"The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
-
mime-types-data (3.2019.1009)
gem install mime-types-data -v "3.2019.1009"mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
-
mimemagic (0.3.10)
gem install mimemagic -v "0.3.10"Fast mime detection by extension or content (Uses freedesktop.org.xml shared-mime-info database)
-
mini_magick (4.10.1)
gem install mini_magick -v "4.10.1"Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
-
mini_mime (1.0.2)
gem install mini_mime -v "1.0.2"A lightweight mime type lookup toy
-
mini_portile2 (2.4.0)
gem install mini_portile2 -v "2.4.0"Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
-
minitest-bisect (1.5.1)
gem install minitest-bisect -v "1.5.1"Hunting down random test failures can be very very difficult, sometimes impossible, but minitest-bisect makes it easy. minitest-bisect helps you isolate and debug random test failures. If your tests only fail randomly, you can reproduce the error consistently by using `--seed <num>`, but what then? How do you figure out which combination of tests out of hundreds are responsible for the failure? You know which test is failing, but what others are causing it to fail or were helping it succeed in a different order? That's what minitest-bisect does best.
-
minitest-debugger (1.0.3)
gem install minitest-debugger -v "1.0.3"This is a stupid simple example of how easy it is to make a minitest plugin that does something useful. In this case it wraps assert so that failed assertions will drop into the ruby debugger.
-
minitest-hooks (1.4.2)
gem install minitest-hooks -v "1.4.2"minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest. This allows you do things like run each suite of specs inside a database transaction, running each spec inside its own savepoint inside that transaction, which can significantly speed up testing for specs that share expensive database setup code.
-
minitest-reporters (1.4.2)
gem install minitest-reporters -v "1.4.2"Death to haphazard monkey-patching! Extend Minitest through simple hooks.
-
minitest-server (1.0.6)
gem install minitest-server -v "1.0.6"minitest-server provides a client/server setup with your minitest process, allowing your test run to send its results directly to a handler.
-
mocha (1.11.2)
gem install mocha -v "1.11.2"Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes.
-
multi_xml (0.6.0)
gem install multi_xml -v "0.6.0"Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
-
multipart-post (2.1.1)
gem install multipart-post -v "2.1.1"Use with Net::HTTP to do multipart form postspec. IO values that have #content_type, #original_filename, and #local_path will be posted as a binary file.
-
net-scp (2.0.0)
gem install net-scp -v "2.0.0"A pure Ruby implementation of the SCP client protocol
-
net-sftp (2.1.2)
gem install net-sftp -v "2.1.2"A pure Ruby implementation of the SFTP client protocol
-
net-ssh (5.2.0)
gem install net-ssh -v "5.2.0"Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.
-
netrc (0.11.0)
gem install netrc -v "0.11.0"This library can read and update netrc files, preserving formatting including comments and whitespace.
-
nio4r (2.5.2)
gem install nio4r -v "2.5.2"Cross-platform asynchronous I/O primitives for scalable network clients and servers. Inspired by the Java NIO API, but simplified for ease-of-use.
-
nokogiri (1.10.10)
gem install nokogiri -v "1.10.10"Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.
-
nori (2.6.0)
gem install nori -v "2.6.0"XML to Hash translator
-
orm_adapter (0.5.0)
gem install orm_adapter -v "0.5.0"Provides a single point of entry for using basic features of ruby ORMs
-
paperclip (6.1.0)
gem install paperclip -v "6.1.0"Easy upload management for ActiveRecord
-
parallel (1.20.1)
gem install parallel -v "1.20.1"
-
parser (2.7.2.0)
gem install parser -v "2.7.2.0"A Ruby parser written in pure Ruby.
-
path_expander (1.1.0)
gem install path_expander -v "1.1.0"PathExpander helps pre-process command-line arguments expanding directories into their constituent files. It further helps by providing additional mechanisms to make specifying subsets easier with path subtraction and allowing for command-line arguments to be saved in a file. NOTE: this is NOT an options processor. It is a path processor (basically everything else besides options). It does provide a mechanism for pre-filtering cmdline options, but not with the intent of actually processing them in PathExpander. Use OptionParser to deal with options either before or after passing ARGV through PathExpander.
-
pg (0.20.0)
gem install pg -v "0.20.0"Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. It works with {PostgreSQL 9.1 and later}[http://www.postgresql.org/support/versioning/]. A small example usage: #!/usr/bin/env ruby require 'pg' # Output a table of current connections to the DB conn = PG.connect( dbname: 'sales' ) conn.exec( "SELECT * FROM pg_stat_activity" ) do |result| puts " PID | User | Query" result.each do |row| puts " %7d | %-16s | %s " % row.values_at('procpid', 'usename', 'current_query') end end
-
pg-hstore (1.2.0)
gem install pg-hstore -v "1.2.0"postgresql hstore parser/deparser - provides PgHstore.dump and PgHstore.load (aka parse)
-
pg_hstore (0.0.1)
gem install pg_hstore -v "0.0.1"identical to pg-hstore gem - just an alias - postgres hstore parser/loader - provides PgHstore.dump and PgHstore.load (aka parse)
-
pg_search (2.3.0)
gem install pg_search -v "2.3.0"PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
-
pghero (2.2.1)
gem install pghero -v "2.2.1"
-
plupload-rails (1.2.1)
gem install plupload-rails -v "1.2.1"This gem integrates Plupload 2.1.1 with the Rails asset pipeline.
-
public_suffix (4.0.7)
gem install public_suffix -v "4.0.7"PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.
-
puma (4.3.3)
gem install puma -v "4.3.3"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly concurrent Ruby implementations such as Rubinius and JRuby as well as as providing process worker support to support CRuby well.
-
pundit (1.1.0)
gem install pundit -v "1.1.0"Object oriented authorization for Rails applications
-
rack (1.6.13)
gem install rack -v "1.6.13"Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Also see http://rack.github.io/.
-
rack-attack (6.2.2)
gem install rack-attack -v "6.2.2"A rack middleware for throttling and blocking abusive requests
-
rack-cors (1.0.6)
gem install rack-cors -v "1.0.6"Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors
-
rack-test (0.6.3)
gem install rack-test -v "0.6.3"Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on. Most of its initial functionality is an extraction of Merb 1.0's request helpers feature.
-
rails (4.2.11.3)
gem install rails -v "4.2.11.3"Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
-
rails-deprecated_sanitizer (1.0.3)
gem install rails-deprecated_sanitizer -v "1.0.3"
-
rails-dom-testing (1.0.9)
gem install rails-dom-testing -v "1.0.9"This gem can compare doms and assert certain elements exists in doms using Nokogiri.
-
rails-html-sanitizer (1.3.0)
gem install rails-html-sanitizer -v "1.3.0"HTML sanitization for Rails applications
-
rails-i18n (4.0.9)
gem install rails-i18n -v "4.0.9"A set of common locale data and translations to internationalize and/or localize your Rails applications.
-
rails-observers (0.1.5)
gem install rails-observers -v "0.1.5"Rails observer (removed from core in Rails 4.0)
-
railties (4.2.11.3)
gem install railties -v "4.2.11.3"Rails internals: application bootup, plugins, generators, and rake tasks.
-
rainbow (3.0.0)
gem install rainbow -v "3.0.0"Colorize printed text on ANSI terminals
-
rake (13.2.1)
gem install rake -v "13.2.1"Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
-
ransack (1.8.10)
gem install ransack -v "1.8.10"Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.
-
rb-fsevent (0.10.3)
gem install rb-fsevent -v "0.10.3"FSEvents API with Signals catching (without RubyCocoa)
-
rb-inotify (0.10.1)
gem install rb-inotify -v "0.10.1"
-
rb-kqueue (0.2.5)
gem install rb-kqueue -v "0.2.5"A Ruby wrapper for BSD's kqueue, using FFI
-
redcarpet (3.5.0)
gem install redcarpet -v "3.5.0"A fast, safe and extensible Markdown to (X)HTML parser
-
ref (2.0.0)
gem install ref -v "2.0.0"Library that implements weak, soft, and strong references in Ruby that work across multiple runtimes (MRI,Jruby and Rubinius). Also includes implementation of maps/hashes that use references and a reference queue.
-
regexp_parser (2.0.0)
gem install regexp_parser -v "2.0.0"A library for tokenizing, lexing, and parsing Ruby regular expressions.
-
request_store (1.5.0)
gem install request_store -v "1.5.0"RequestStore gives you per-request global storage.
-
responders (2.4.1)
gem install responders -v "2.4.1"A set of Rails responders to dry up your application
-
rest-client (2.1.0)
gem install rest-client -v "2.1.0"A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
-
rexml (3.2.4)
gem install rexml -v "3.2.4"An XML toolkit for Ruby
-
rspec (3.9.0)
gem install rspec -v "3.9.0"BDD for Ruby
-
rspec-core (3.9.2)
gem install rspec-core -v "3.9.2"BDD for Ruby. RSpec runner and example groups.
-
rspec-expectations (3.9.2)
gem install rspec-expectations -v "3.9.2"rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
-
rspec-mocks (3.9.1)
gem install rspec-mocks -v "3.9.1"RSpec's 'test double' framework, with support for stubbing and mocking
-
rspec-support (3.9.3)
gem install rspec-support -v "3.9.3"Support utilities for RSpec gems
-
rubocop (1.4.2)
gem install rubocop -v "1.4.2"RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide.
-
rubocop-ast (1.2.0)
gem install rubocop-ast -v "1.2.0"RuboCop's Node and NodePattern classes.
-
rubocop-rails (2.8.1)
gem install rubocop-rails -v "2.8.1"Automatic Rails code style checking tool. A RuboCop extension focused on enforcing Rails best practices and coding conventions.
-
ruby-progressbar (1.10.1)
gem install ruby-progressbar -v "1.10.1"Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.
-
ruby-units (2.3.1)
gem install ruby-units -v "2.3.1"Provides classes and methods to perform unit math and conversions
-
ruby_parser (3.14.2)
gem install ruby_parser -v "3.14.2"ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma
-
rubyzip (2.1.0)
gem install rubyzip -v "2.1.0"
-
sass (3.7.4)
gem install sass -v "3.7.4"Ruby Sass is deprecated! See https://sass-lang.com/ruby-sass for details. Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
-
sass-listen (4.0.0)
gem install sass-listen -v "4.0.0"This fork of guard/listen provides a stable API for users of the ruby Sass CLI
-
sass-rails (6.0.0)
gem install sass-rails -v "6.0.0"Sass adapter for the Rails asset pipeline.
-
sassc (2.1.0)
gem install sassc -v "2.1.0"x86_64-linuxUse libsass with Ruby!
-
sassc-rails (2.1.2)
gem install sassc-rails -v "2.1.2"Integrate SassC-Ruby into Rails.
-
savon (2.12.1)
gem install savon -v "2.12.1"Heavy metal SOAP client
-
scout_apm (2.6.7)
gem install scout_apm -v "2.6.7"Monitors Ruby apps and reports detailed metrics on performance to Scout.
-
scrypt (3.0.7)
gem install scrypt -v "3.0.7"The scrypt key derivation function is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.
-
seed-fu (2.3.9)
gem install seed-fu -v "2.3.9"Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.
-
sentry-raven (3.0.0)
gem install sentry-raven -v "3.0.0"A gem that provides a client interface for the Sentry error logger
-
sexp_processor (4.14.1)
gem install sexp_processor -v "4.14.1"sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
-
simplecov (0.18.5)
gem install simplecov -v "0.18.5"Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
-
simplecov-html (0.12.2)
gem install simplecov-html -v "0.12.2"Default HTML formatter for SimpleCov code coverage tool for ruby 2.4+
-
slim (4.0.1)
gem install slim -v "4.0.1"Slim is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.
-
slim-rails (3.2.0)
gem install slim-rails -v "3.2.0"Provides the generator settings required for Rails 3+ to use Slim
-
socksify (1.7.1)
gem install socksify -v "1.7.1"
-
spring (1.3.6)
gem install spring -v "1.3.6"Rails application preloader
-
spring-watcher-listen (1.0.0)
gem install spring-watcher-listen -v "1.0.0"
-
sprockets (3.7.2)
gem install sprockets -v "3.7.2"Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
-
sprockets-es6 (0.9.2)
gem install sprockets-es6 -v "0.9.2"A Sprockets transformer that converts ES6 code into vanilla ES5 with Babel JS.
-
sprockets-rails (3.2.1)
gem install sprockets-rails -v "3.2.1"
-
sshkit (1.21.0)
gem install sshkit -v "1.21.0"A comprehensive toolkit for remotely running commands in a structured manner on groups of servers.
-
strong_migrations (0.3.1)
gem install strong_migrations -v "0.3.1"
-
sucker_punch (2.1.2)
gem install sucker_punch -v "2.1.2"Asynchronous processing library for Ruby
-
sun (1.0.1)
gem install sun -v "1.0.1"
-
temple (0.8.2)
gem install temple -v "0.8.2"
-
terrapin (0.6.0)
gem install terrapin -v "0.6.0"Run shell commands safely, even with user-supplied values
-
therubyracer (0.12.3)
gem install therubyracer -v "0.12.3"Call JavaScript code and manipulate JavaScript objects from Ruby. Call Ruby code and manipulate Ruby objects from JavaScript.
-
thor (1.0.1)
gem install thor -v "1.0.1"Thor is a toolkit for building powerful command-line interfaces.
-
thread_safe (0.3.6)
gem install thread_safe -v "0.3.6"A collection of data structures and utilities to make thread-safe programming in Ruby easier
-
tilt (2.0.10)
gem install tilt -v "2.0.10"Generic interface to multiple Ruby template engines
-
turbolinks (5.2.1)
gem install turbolinks -v "5.2.1"Rails engine for Turbolinks 5 support
-
turbolinks-source (5.2.0)
gem install turbolinks-source -v "5.2.0"
-
tzinfo (1.2.7)
gem install tzinfo -v "1.2.7"TZInfo provides daylight savings aware transformations between times in different time zones.
-
uglifier (4.2.0)
gem install uglifier -v "4.2.0"Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
-
unf (0.1.4)
gem install unf -v "0.1.4"This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
-
unf_ext (0.0.7.6)
gem install unf_ext -v "0.0.7.6"Unicode Normalization Form support library for CRuby
-
unicode-display_width (1.7.0)
gem install unicode-display_width -v "1.7.0"[Unicode 13.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data.
-
unidecoder (1.1.2)
gem install unidecoder -v "1.1.2"A port of Perl's Unidecoder to Ruby. Transliterates Unicode strings to an ASCII approximation.
-
uniform_notifier (1.15.0)
gem install uniform_notifier -v "1.15.0"uniform notifier for rails logger, customized logger, javascript alert, javascript console, growl and xmpp
-
upsert (2.9.10)
gem install upsert -v "2.9.10"Make it easy to upsert on MySQL, PostgreSQL, and SQLite3. Transparently creates merge functions for MySQL and PostgreSQL; on SQLite3, uses INSERT OR IGNORE.
-
warden (1.2.7)
gem install warden -v "1.2.7"
-
wasabi (3.7.0)
gem install wasabi -v "3.7.0"A simple WSDL parser
-
web-console (2.3.0)
gem install web-console -v "2.3.0"
-
webmock (3.24.0)
gem install webmock -v "3.24.0"WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.