Gem in a Box
If you did not need any credentials to get to this page
gem sources -a https://gems.dispatchportal.us/
If you needed some credentials to get to this page
gem sources -a https://username:password@gems.dispatchportal.us/
and then ...
gem install geminabox
gem inabox [gemfile]
Upload Another Gem
-
actionmailer (4.2.1)
gem install actionmailer -v "4.2.1"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.1)
gem install actionpack -v "4.2.1"Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.
-
actionview (4.2.1)
gem install actionview -v "4.2.1"Simple, battle-tested conventions and helpers for building web pages.
-
activejob (4.2.1)
gem install activejob -v "4.2.1"Declare job classes that can be run by a variety of queueing backends.
-
activemodel (4.2.1)
gem install activemodel -v "4.2.1"A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
-
activerecord (4.2.1)
gem install activerecord -v "4.2.1"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.
-
activesupport (4.2.1)
gem install activesupport -v "4.2.1"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.5.1)
gem install addressable -v "2.5.1"Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
-
ancestry (2.1.0)
gem install ancestry -v "2.1.0"Ancestry allows the records of a ActiveRecord model to be organized in a tree structure, using a single, intuitively formatted database column. It exposes all the standard tree structure relations (ancestors, parent, root, children, siblings, descendants) and all of them can be fetched in a single sql query. Additional features are named_scopes, integrity checking, integrity restoration, arrangement of (sub)tree into hashes and different strategies for dealing with orphaned records.
-
annotate (2.6.10)
gem install annotate -v "2.6.10"Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
-
arel (6.0.0)
gem install arel -v "6.0.0"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.
-
audited (4.3.0)
gem install audited -v "4.3.0"Log all changes to your models
-
bcrypt (3.1.10)
gem install bcrypt -v "3.1.10"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.
-
builder (3.2.1 - 3.2.4)
gem install builder -v "3.2.4"gem install builder -v "3.2.2"gem install builder -v "3.2.1"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
-
byebug (9.0.6)
gem install byebug -v "9.0.6"Byebug is a Ruby 2 debugger. It's implemented using the Ruby 2 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.
-
cancan (1.6.10)
gem install cancan -v "1.6.10"Simple authorization solution for Rails which is decoupled from user roles. All permissions are stored in a single location.
-
capistrano (2.15.5)
gem install capistrano -v "2.15.5"Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.
-
chronic (0.10.2)
gem install chronic -v "0.10.2"Chronic is a natural language date/time parser written in pure Ruby.
-
chronic_duration (0.10.6)
gem install chronic_duration -v "0.10.6"A simple Ruby natural language parser for elapsed time. (For example, 4 hours and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds. Will return an integer unless you get tricky and need a float. (4 minutes and 13.47 seconds, for example.) The reverse can also be performed via the output method.
-
clerk (0.2.2)
gem install clerk -v "0.2.2"For Rails applications - add creator and updater to your ActiveRecord models and automatically set these from current_user See the README on github for more info
-
climate_control (0.0.3)
gem install climate_control -v "0.0.3"Modify your ENV
-
cocaine (0.5.7)
gem install cocaine -v "0.5.7"A small library for doing (command) lines
-
coderay (1.1.1)
gem install coderay -v "1.1.1"Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
-
coffee-rails (4.1.0)
gem install coffee-rails -v "4.1.0"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.9.1.1)
gem install coffee-script-source -v "1.9.1.1"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.
-
devise (3.5.1)
gem install devise -v "3.5.1"Flexible authentication solution for Rails with Warden
-
elasticsearch (7.3.0)
gem install elasticsearch -v "7.3.0"Ruby integrations for Elasticsearch (client, API, etc.)
-
elasticsearch-api (7.3.0)
gem install elasticsearch-api -v "7.3.0"Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
-
elasticsearch-model (7.0.0)
gem install elasticsearch-model -v "7.0.0"ActiveModel/Record integrations for Elasticsearch.
-
elasticsearch-transport (7.3.0)
gem install elasticsearch-transport -v "7.3.0"Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.
-
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.5.2)
gem install execjs -v "2.5.2"ExecJS lets you run JavaScript code from Ruby.
-
faraday (0.15.4)
gem install faraday -v "0.15.4"
-
globalid (0.3.5)
gem install globalid -v "0.3.5"URIs for your models makes it easy to pass references around.
-
haml (4.0.6)
gem install haml -v "4.0.6"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 (0.9.0)
gem install haml-rails -v "0.9.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.
-
hashie (3.6.0)
gem install hashie -v "3.6.0"Hashie is a collection of classes and mixins that make hashes more powerful.
-
high_voltage (2.3.0)
gem install high_voltage -v "2.3.0"Fire in the disco. Fire in the ... taco bell.
-
highline (1.7.2)
gem install highline -v "1.7.2"A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
-
hirb (0.7.3)
gem install hirb -v "0.7.3"Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main helpers, Hirb::Helpers::Table and Hirb::Helpers::Tree, provide several options for generating ascii tables and trees. Using Hirb::Helpers::AutoTable, hirb has useful default views for at least ten popular database gems i.e. Rails' ActiveRecord::Base. Other than views, hirb offers a smart pager and a console menu. The smart pager only pages when the output exceeds the current screen size. The menu is used in conjunction with tables to offer two dimensional menus.
-
html2haml (2.0.0)
gem install html2haml -v "2.0.0"Converts HTML into Haml
-
httparty (0.13.7 - 0.18.1)
gem install httparty -v "0.18.1"gem install httparty -v "0.17.3"gem install httparty -v "0.13.7"Makes http fun! Also, makes consuming restful web services dead easy.
-
httpparty (0.2.0)
gem install httpparty -v "0.2.0"
-
i18n (0.7.0)
gem install i18n -v "0.7.0"New wave Internationalization support for Ruby.
-
jbuilder (2.6.1)
gem install jbuilder -v "2.6.1"
-
jquery-rails (4.0.4)
gem install jquery-rails -v "4.0.4"This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
-
jquery-ui-rails (5.0.5)
gem install jquery-ui-rails -v "5.0.5"jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
-
json (1.8.3 - 1.8.6)
gem install json -v "1.8.6"gem install json -v "1.8.3"This is a JSON implementation as a Ruby extension in C.
-
jwt (2.2.2)
gem install jwt -v "2.2.2"A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
-
kaminari (0.16.3)
gem install kaminari -v "0.16.3"Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+
-
libv8 (3.11.8.17 - 3.16.14.19)
gem install libv8 -v "3.16.14.19"gem install libv8 -v "3.16.14.13"gem install libv8 -v "3.11.8.17"Distributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
-
loofah (2.0.2)
gem install loofah -v "2.0.2"Loofah is a general library for manipulating and transforming HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist, 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 (see https://github.com/flavorjones/loofah-activerecord).
-
mail (2.6.3)
gem install mail -v "2.6.3"A really Ruby Mail handler.
-
memory_profiler (0.9.12)
gem install memory_profiler -v "0.9.12"Memory profiling routines for Ruby 2.1+
-
method_source (0.8.2)
gem install method_source -v "0.8.2"retrieve the sourcecode for a method
-
migration_data (0.3.0)
gem install migration_data -v "0.3.0"Sometimes we have to write some Rails code in the migrations and it's hard to keep them in working state because models wich are used there changes too often. there some techniques which help to avoid these pitfalls. For example, define model classes in the migrations or write raw SQL. But they don't help in 100% cases anyway. This gem promises to solve the problem in a simple way.
-
mime-types (2.6.1)
gem install mime-types -v "2.6.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. MIME content types are used in MIME-compliant communications, as in e-mail or HTTP traffic, to indicate the type of content which is transmitted. The mime-types library provides the ability for detailed information about MIME entities (provided as an enumerable collection of MIME::Type objects) to be determined and used. There are many types defined by RFCs and vendors, so the list is long but by definition incomplete; don't hesitate to add additional type definitions. MIME type definitions found in mime-types are from RFCs, W3C recommendations, the {IANA Media Types registry}[https://www.iana.org/assignments/media-types/media-types.xhtml], and user contributions. It conforms to RFCs 2045 and 2231. This is release 2.6 with two new experimental features. The first new feature is a new default registry storage format that greatly reduces the initial memory use of the mime-types library. This feature is enabled by requiring +mime/types/columnar+ instead of +mime/types+ with a small performance cost and no change in *total* memory use if certain methods are called (see {Columnar Store}[#columnar-store] for more details). The second new feature is a logger interface that conforms to the expectations of an ActiveSupport::Logger so that warnings can be written to an application's log rather than the default location for +warn+. This interface may be used for other logging purposes in the future. mime-types 2.6 is the last planned version of mime-types 2.x, so deprecation warnings are no longer cached but provided every time the method is called. mime-types 2.6 supports Ruby 1.9.2 or later.
-
mimemagic (0.3.0 - 0.3.7)
gem install mimemagic -v "0.3.7"gem install mimemagic -v "0.3.0"Fast mime detection by extension or content in pure ruby (Uses freedesktop.org.xml shared-mime-info database)
-
mini_portile (0.6.2)
gem install mini_portile -v "0.6.2"Simplistic port-like solution for developers. It provides a standard and simplified way to compile against dependency libraries without messing up your system.
-
mini_portile2 (2.1.0)
gem install mini_portile2 -v "2.1.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 (5.7.0)
gem install minitest -v "5.7.0"minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
-
multi_json (1.12.1)
gem install multi_json -v "1.12.1"A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
-
multi_xml (0.5.5)
gem install multi_xml -v "0.5.5"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 (1.2.1)
gem install net-scp -v "1.2.1"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 (2.9.2)
gem install net-ssh -v "2.9.2"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.
-
net-ssh-gateway (1.2.0)
gem install net-ssh-gateway -v "1.2.0"A simple library to assist in establishing tunneled Net::SSH connections
-
newrelic_rpm (3.12.1.298)
gem install newrelic_rpm -v "3.12.1.298"New Relic is a performance management system, developed by New Relic, Inc (http://www.newrelic.com). New Relic provides you with deep information about the performance of your web application as it runs in production. The New Relic Ruby Agent is dual-purposed as a either a Gem or plugin, hosted on http://github.com/newrelic/rpm/
-
nokogiri (1.6.6.2)
gem install nokogiri -v "1.6.6.2"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. XML is like violence - if it doesn’t solve your problems, you are not using enough of it.
-
numerizer (0.1.1)
gem install numerizer -v "0.1.1"Numerizer is a gem to help with parsing numbers in natural language from strings (ex forty two). It was extracted from the awesome Chronic gem http://github.com/evaryont/chronic.
-
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 (4.3.0)
gem install paperclip -v "4.3.0"Easy upload management for ActiveRecord
-
paranoia (2.4.1)
gem install paranoia -v "2.4.1"Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5, using much, much, much less code. You would use either plugin / gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hid" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
-
passenger (5.0.21)
gem install passenger -v "5.0.21"A modern web server and application server for Ruby, Python and Node.js, optimized for performance, low memory usage and ease of use.
-
pdf-core (0.5.1)
gem install pdf-core -v "0.5.1"PDF::Core is used by Prawn to render PDF documents
-
pg (0.18.2)
gem install pg -v "0.18.2"Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. It works with {PostgreSQL 8.4 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
-
prawn (2.0.1)
gem install prawn -v "2.0.1"Prawn is a fast, tiny, and nimble PDF generator for Ruby
-
prawn-table (0.2.2)
gem install prawn-table -v "0.2.2"Prawn::Table provides tables for the Prawn PDF toolkit
-
pry (0.10.4)
gem install pry -v "0.10.4"An IRB alternative and runtime developer console
-
pry-byebug (3.4.0)
gem install pry-byebug -v "3.4.0"Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
-
public_suffix (2.0.5)
gem install public_suffix -v "2.0.5"PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.
-
quiet_assets (1.1.0)
gem install quiet_assets -v "1.1.0"Quiet Assets turns off Rails asset pipeline log.
-
rack (1.6.4)
gem install rack -v "1.6.4"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-accept (0.4.5)
gem install rack-accept -v "0.4.5"HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
-
rack-mini-profiler (1.0.0)
gem install rack-mini-profiler -v "1.0.0"Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.
-
rack-proxy (0.6.1)
gem install rack-proxy -v "0.6.1"A Rack app that provides request/response rewriting proxy capabilities with streaming.
-
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.1)
gem install rails -v "4.2.1"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.6)
gem install rails-dom-testing -v "1.0.6"This gem can compare doms and assert certain elements exists in doms using Nokogiri.
-
rails-html-sanitizer (1.0.2)
gem install rails-html-sanitizer -v "1.0.2"HTML sanitization for Rails applications
-
rails-observers (0.1.2)
gem install rails-observers -v "0.1.2"Rails observer (removed from core in Rails 4.0)
-
rails-reverse-proxy (0.9.0)
gem install rails-reverse-proxy -v "0.9.0"Reverse proxy for Ruby on Rails
-
railties (4.2.1)
gem install railties -v "4.2.1"Rails internals: application bootup, plugins, generators, and rake tasks.
-
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.
-
responders (2.1.0)
gem install responders -v "2.1.0"A set of Rails responders to dry up your application
-
rolify (4.0.0)
gem install rolify -v "4.0.0"Very simple Roles library without any authorization enforcement supporting scope on resource objects (instance or class). Supports ActiveRecord and Mongoid ORMs.
-
rollbar (2.15.5 - 2.26.0)
gem install rollbar -v "2.26.0"gem install rollbar -v "2.19.0"gem install rollbar -v "2.15.5"Easy and powerful exception tracking for Ruby
-
ruby_parser (3.7.0)
gem install ruby_parser -v "3.7.0"ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. 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 (1.3.0)
gem install rubyzip -v "1.3.0"
-
rvm-capistrano (1.5.6)
gem install rvm-capistrano -v "1.5.6"RVM / Capistrano Integration Gem
-
sass (3.4.15)
gem install sass -v "3.4.15"Sass makes CSS fun again. Sass is an extension of CSS3, 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-rails (5.0.3)
gem install sass-rails -v "5.0.3"Sass adapter for the Rails asset pipeline.
-
sentient_user (0.3.3)
gem install sentient_user -v "0.3.3"lets the User model in most authentication frameworks know who is the current user
-
sexp_processor (4.6.0)
gem install sexp_processor -v "4.6.0"sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
-
simple_token_authentication (1.12.0)
gem install simple_token_authentication -v "1.12.0"
-
slop (3.6.0)
gem install slop -v "3.6.0"A simple DSL for gathering options and parsing the command line
-
sprockets (3.2.0)
gem install sprockets -v "3.2.0"Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
-
sprockets-rails (2.3.2)
gem install sprockets-rails -v "2.3.2"
-
stackprof (0.2.16)
gem install stackprof -v "0.2.16"stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.
-
therubyracer (0.12.1 - 0.12.3)
gem install therubyracer -v "0.12.3"gem install therubyracer -v "0.12.1"Call JavaScript code and manipulate JavaScript objects from Ruby. Call Ruby code and manipulate Ruby objects from JavaScript.
-
thor (0.19.1)
gem install thor -v "0.19.1"Thor is a toolkit for building powerful command-line interfaces.
-
thread_safe (0.3.5 - 0.3.6)
gem install thread_safe -v "0.3.6"gem install thread_safe -v "0.3.5"A collection of data structures and utilities to make thread-safe programming in Ruby easier
-
tilt (1.4.1)
gem install tilt -v "1.4.1"Generic interface to multiple Ruby template engines
-
ttfunk (1.4.0)
gem install ttfunk -v "1.4.0"Font Metrics Parser for the Prawn PDF generator
-
turnout (2.4.0)
gem install turnout -v "2.4.0"Turnout makes it easy to put your Rails application into maintenance mode
-
twilio-ruby (5.42.0)
gem install twilio-ruby -v "5.42.0"The official library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens
-
tzinfo (1.2.2 - 1.2.10)
gem install tzinfo -v "1.2.10"gem install tzinfo -v "1.2.2"TZInfo provides daylight savings aware transformations between times in different time zones.
-
uglifier (2.7.1)
gem install uglifier -v "2.7.1"Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
-
warden (1.2.3)
gem install warden -v "1.2.3"
-
whenever (1.0.0)
gem install whenever -v "1.0.0"Clean ruby syntax for writing and deploying cron jobs.
-
yaml_db (0.3.0)
gem install yaml_db -v "0.3.0"YamlDb is a database-independent format for dumping and restoring data. It complements the the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml. This can be used as a replacement for mysqldump or pg_dump, but only for the databases typically used by Rails apps. Users, permissions, schemas, triggers, and other advanced database features are not supported - by design. Any database that has an ActiveRecord adapter should work.