| 1 | 1,634 | 2,043 | jruby-openssl | JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library. |
| 2 | 1,636 | 2,899 | less | Invoke the Less CSS compiler from Ruby |
| 3 | 2,051 | 2,186 | manticore | Manticore is an HTTP client built on the Apache HttpCore components |
| 4 | 2,318 | 1,816 | jar-dependencies | manage jar dependencies for gems and keep track which jar was already
loaded using mave... |
| 5 | 2,930 | 3,285 | activerecord-jdbc-adapter | AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used wit... |
| 6 | 3,198 | 2,740 | jruby-rack | JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack... |
| 7 | 3,691 | 5,138 | jdbc-mysql | Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRu... |
| 8 | 3,762 | 2,773 | warbler | Warbler is a gem to make a Java jar or war file out of any Ruby,
Rails, or Rack applica... |
| 9 | 3,828 | 5,691 | therubyrhino | Call javascript code and manipulate javascript objects from ruby. Call ruby code and ma... |
| 10 | 3,929 | 4,554 | jdbc-postgres | Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` with... |
| 11 | 3,938 | 5,642 | therubyrhino_jar | Rhino's js.jar classes packaged as a JRuby gem. |
| 12 | 3,981 | 4,114 | activerecord-jdbcpostgresql-adapter | Postgres JDBC adapter for JRuby on Rails. |
| 13 | 4,110 | 5,347 | activerecord-jdbcmysql-adapter | MySQL JDBC adapter for JRuby on Rails. |
| 14 | 4,134 | 4,114 | jdbc-sqlite3 | Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within... |
| 15 | 4,255 | 4,749 | activerecord-jdbcsqlite3-adapter | Sqlite3 JDBC adapter for JRuby on Rails. |
| 16 | 7,481 | 13,438 | trinidad | Trinidad allows you to run Rails or Rack applications within an embedded Apache Tomcat ... |
| 17 | 7,744 | 9,234 | request_exception_handler | rails hook that allows one to handle request parameter parsing exceptions (e.g. invalid... |
| 18 | 7,960 | 12,936 | trinidad_jars | Bundled version of Tomcat and a slice of Java required by Trinidad. |
| 19 | 8,198 | 8,739 | jdbc-derby | Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRu... |
| 20 | 8,541 | 14,627 | activerecord-jdbch2-adapter | H2 JDBC adapter for JRuby on Rails. |
| 21 | 8,772 | 13,995 | activerecord-jdbchsqldb-adapter | HSQLDB JDBC adapter for JRuby on Rails. |
| 22 | 8,925 | 86,859 | activerecord-jdbcderby-adapter | Derby JDBC adapter for JRuby on Rails. |
| 23 | 8,971 | 10,859 | test-unit-context | Makes Test::Unit::TestCases 'contextable' and thus much
easier to read and write. If yo... |
| 24 | 9,448 | 25,005 | activerecord-jdbcmssql-adapter | MS_SQL JDBC adapter for JRuby on Rails. |
| 25 | 14,144 | 21,282 | jdbc-jtds | Install this gem `require 'jdbc/jtds'` and invoke `Jdbc::JDTS.load_driver` within JRuby... |
| 26 | 14,263 | 21,282 | jruby-rack-worker | Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to ... |
| 27 | 14,293 | 18,983 | session_off | session :off, :only => :foo, :if => Proc.new { |req| req.params[:bar] } |
| 28 | 15,873 | 13,995 | trinidad_init_services | Trinidad init service scripts on Apache Commons Daemon and JRuby-Jsvc, compatible with ... |
| 29 | 16,969 | 21,282 | jdbc-h2 | Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to ... |
| 30 | 17,470 | 32,431 | trinidad_daemon_extension | Trinidad extension to run the Apache Tomcat server as a daemon (for Unix only). |
| 31 | 25,693 | 53,552 | activerecord-bogacs | Improved ActiveRecord::ConnectionAdapters::ConnectionPool alternatives |
| 32 | 26,467 | 22,932 | jdbc-mariadb | Install this gem `require 'jdbc/mariadb'` and invoke `Jdbc::MariaDB.load_driver` within... |
| 33 | 30,757 | 27,944 | trinidad_dbpool | Addon to support database pools in Trinidad |
| 34 | 33,917 | 25,005 | jdbc-hsqldb | Install this gem `require 'jdbc/hsqldb'` and invoke `Jdbc::HSQLDB.load_driver` within J... |
| 35 | 37,435 | 32,431 | trinidad_sandbox_extension | Sandox console for Trinidad. It allows to manage the applications deployed on Trinidad. |
| 36 | 38,673 | 27,944 | trinidad_hotdeploy_extension | Perform hot deploys on Trinidad ala Passenger |
| 37 | 40,400 | 53,552 | trinidad_logging_extension | Configure logging service for Trinidad |
| 38 | 45,479 | 27,944 | trinidad_postgresql_dbpool_extension | Addon to support PostgreSQL database pools in Trinidad |
| 39 | 49,707 | 22,932 | trinidad_lifecycle_extension | This extension allows you to add lifecycle listeners to Trinidad's server container as ... |
| 40 | 50,729 | 25,005 | trinidad_mysql_dbpool_extension | Addon to support MySQL database pools in Trinidad |
| 41 | 50,737 | 32,431 | trinidad_valve_extension | Trinidad extension to add and configure Tomcat valves. Built-in Tomcat valves are alway... |
| 42 | 52,024 | 39,800 | activerecord-jdbcsqlserver-adapter | This is a fork of ActiveRecord SQL Server Adapter for JRuby. SQL Server 2012 and upward. |
| 43 | 55,220 | 86,859 | trinidad_generic_dbpool_extension | Addon to support generic database pools in Trinidad |
| 44 | 55,926 | 32,431 | trinidad_mssql_dbpool_extension | Addon to support MS SQL Server database pools in Trinidad |
| 45 | 65,321 | 53,552 | trinidad_worker_extension | Trinidad background worker extension built upon
JRuby-Rack-Worker which provides thr... |
| 46 | 70,045 | 86,859 | jdbc-firebird | Install this gem `require 'jdbc/firebird'` and invoke `Jdbc::FireBird.load_driver` with... |
| 47 | 70,653 | 53,552 | trinidad_jmx_remote_extension | JMX Remote Extension for Trinidad |
| 48 | 75,962 | 53,552 | trinidad_sqlite_dbpool_extension | Addon to support Sqlite database pools in Trinidad |
| 49 | 83,870 | 27,944 | delayed-threaded | Allows to start DJ in the same process using Thread.new { ... } |
| 50 | 94,355 | 53,552 | dienashorner | Nashorn, a Rhino's sucessor, allows embeded JavaScript interaction from Ruby. |
| 51 | 97,101 | 53,552 | trinidad_resque_extension | Trinidad extension to autoconfigure and launch Resque |
| 52 | 104,330 | 53,552 | overrides | Helps during refactoring (method renaming) to assure
methods expected to be overridin... |
| 53 | 106,522 | 32,431 | ecj_jar | Eclipse's JDT Core (Batch) Compiler a.k.a. **ecj.jar** packaged. |
| 54 | 122,600 | 86,859 | trinidad_diagnostics_extension | Plugin that uses JRuby-lint to run diagnostics for the application before Trinidad star... |
| 55 | 124,127 | 86,859 | disable_test_fixtures | Unit tests should be fast, active records (unless testing a complicated non data depend... |
| 56 | 164,704 | 53,552 | logstash-filter-javascript | This gem is a Logstash plugin required to be installed on top of the Logstash using $LS... |