| 1 | 1,671 | 1,710 | jruby-openssl | Ruby OpenSSL compatibility for JRuby, based on Java JCA/JCE and Bouncy Castle libraries... |
| 2 | 1,708 | 2,298 | less | Invoke the Less CSS compiler from Ruby |
| 3 | 2,097 | 1,553 | manticore | Manticore is an HTTP client built on the Apache HttpCore components |
| 4 | 2,269 | 2,196 | jar-dependencies | manage jar dependencies for gems and keep track which jar was already
loaded using mave... |
| 5 | 3,031 | 4,832 | activerecord-jdbc-adapter | AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used wit... |
| 6 | 3,141 | 6,016 | jruby-rack | JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack... |
| 7 | 3,592 | 6,360 | warbler | Warbler is a gem to make a Java jar or war file out of any Ruby,
Rails, or Rack applica... |
| 8 | 3,825 | 7,192 | jdbc-mysql | Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRu... |
| 9 | 4,005 | 7,421 | therubyrhino | Call javascript code and manipulate javascript objects from ruby. Call ruby code and ma... |
| 10 | 4,038 | 7,219 | jdbc-postgres | Install this gem `require 'jdbc/postgres'` and invoke `Jdbc::Postgres.load_driver` with... |
| 11 | 4,076 | 7,393 | activerecord-jdbcpostgresql-adapter | Postgres JDBC adapter for JRuby on Rails. |
| 12 | 4,108 | 7,502 | therubyrhino_jar | Rhino's js.jar classes packaged as a JRuby gem. |
| 13 | 4,249 | 7,733 | activerecord-jdbcmysql-adapter | MySQL JDBC adapter for JRuby on Rails. |
| 14 | 4,250 | 4,942 | jdbc-sqlite3 | Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within... |
| 15 | 4,400 | 5,268 | activerecord-jdbcsqlite3-adapter | Sqlite3 JDBC adapter for JRuby on Rails. |
| 16 | 8,002 | 10,764 | trinidad | Trinidad allows you to run Rails or Rack applications within an embedded Apache Tomcat ... |
| 17 | 8,159 | 23,017 | request_exception_handler | rails hook that allows one to handle request parameter parsing exceptions (e.g. invalid... |
| 18 | 8,416 | 11,910 | trinidad_jars | Bundled version of Tomcat and a slice of Java required by Trinidad. |
| 19 | 8,639 | 11,084 | jdbc-derby | Install this gem `require 'jdbc/derby'` and invoke `Jdbc::Derby.load_driver` within JRu... |
| 20 | 9,050 | 17,667 | activerecord-jdbch2-adapter | H2 JDBC adapter for JRuby on Rails. |
| 21 | 9,264 | 23,017 | activerecord-jdbchsqldb-adapter | HSQLDB JDBC adapter for JRuby on Rails. |
| 22 | 9,381 | 9,020 | test-unit-context | Makes Test::Unit::TestCases 'contextable' and thus much
easier to read and write. If yo... |
| 23 | 9,438 | 17,296 | activerecord-jdbcderby-adapter | Derby JDBC adapter for JRuby on Rails. |
| 24 | 9,984 | 24,406 | activerecord-jdbcmssql-adapter | MS_SQL JDBC adapter for JRuby on Rails. |
| 25 | 14,839 | 19,996 | jdbc-jtds | Install this gem `require 'jdbc/jtds'` and invoke `Jdbc::JDTS.load_driver` within JRuby... |
| 26 | 14,891 | 17,667 | jruby-rack-worker | Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to ... |
| 27 | 15,061 | 60,696 | session_off | session :off, :only => :foo, :if => Proc.new { |req| req.params[:bar] } |
| 28 | 16,635 | 37,086 | trinidad_init_services | Trinidad init service scripts on Apache Commons Daemon and JRuby-Jsvc, compatible with ... |
| 29 | 17,568 | 15,229 | jdbc-h2 | Install this gem `require 'jdbc/h2'` and invoke `Jdbc::H2.load_driver` within JRuby to ... |
| 30 | 18,263 | 26,333 | trinidad_daemon_extension | Trinidad extension to run the Apache Tomcat server as a daemon (for Unix only). |
| 31 | 26,254 | 11,993 | jdbc-mariadb | Install this gem `require 'jdbc/mariadb'` and invoke `Jdbc::MariaDB.load_driver` within... |
| 32 | 26,382 | 18,545 | activerecord-bogacs | Improved ActiveRecord::ConnectionAdapters::ConnectionPool alternatives |
| 33 | 31,434 | 17,667 | trinidad_dbpool | Addon to support database pools in Trinidad |
| 34 | 34,531 | 60,696 | jdbc-hsqldb | Install this gem `require 'jdbc/hsqldb'` and invoke `Jdbc::HSQLDB.load_driver` within J... |
| 35 | 38,384 | 60,696 | trinidad_sandbox_extension | Sandox console for Trinidad. It allows to manage the applications deployed on Trinidad. |
| 36 | 39,427 | 60,696 | trinidad_hotdeploy_extension | Perform hot deploys on Trinidad ala Passenger |
| 37 | 41,614 | 37,086 | trinidad_logging_extension | Configure logging service for Trinidad |
| 38 | 46,309 | 60,696 | trinidad_postgresql_dbpool_extension | Addon to support PostgreSQL database pools in Trinidad |
| 39 | 50,478 | 60,696 | trinidad_lifecycle_extension | This extension allows you to add lifecycle listeners to Trinidad's server container as ... |
| 40 | 51,488 | 60,696 | trinidad_mysql_dbpool_extension | Addon to support MySQL database pools in Trinidad |
| 41 | 51,793 | 37,086 | trinidad_valve_extension | Trinidad extension to add and configure Tomcat valves. Built-in Tomcat valves are alway... |
| 42 | 52,425 | 37,086 | activerecord-jdbcsqlserver-adapter | This is a fork of ActiveRecord SQL Server Adapter for JRuby. SQL Server 2012 and upward. |
| 43 | 56,421 | 37,086 | trinidad_generic_dbpool_extension | Addon to support generic database pools in Trinidad |
| 44 | 56,583 | 60,696 | trinidad_mssql_dbpool_extension | Addon to support MS SQL Server database pools in Trinidad |
| 45 | 66,660 | 60,696 | trinidad_worker_extension | Trinidad background worker extension built upon
JRuby-Rack-Worker which provides thr... |
| 46 | 71,028 | 60,696 | jdbc-firebird | Install this gem `require 'jdbc/firebird'` and invoke `Jdbc::FireBird.load_driver` with... |
| 47 | 71,995 | 29,654 | trinidad_jmx_remote_extension | JMX Remote Extension for Trinidad |
| 48 | 76,551 | 60,696 | trinidad_sqlite_dbpool_extension | Addon to support Sqlite database pools in Trinidad |
| 49 | 80,425 | 29,654 | delayed-threaded | Allows to start DJ in the same process using Thread.new { ... } |
| 50 | 95,340 | 37,086 | dienashorner | Nashorn, a Rhino's sucessor, allows embeded JavaScript interaction from Ruby. |
| 51 | 98,942 | 60,696 | trinidad_resque_extension | Trinidad extension to autoconfigure and launch Resque |
| 52 | 105,362 | 60,696 | overrides | Helps during refactoring (method renaming) to assure
methods expected to be overridin... |
| 53 | 107,735 | 37,086 | ecj_jar | Eclipse's JDT Core (Batch) Compiler a.k.a. **ecj.jar** packaged. |
| 54 | 124,333 | 37,086 | trinidad_diagnostics_extension | Plugin that uses JRuby-lint to run diagnostics for the application before Trinidad star... |
| 55 | 125,987 | 37,086 | disable_test_fixtures | Unit tests should be fast, active records (unless testing a complicated non data depend... |
| 56 | 166,277 | 60,696 | logstash-filter-javascript | This gem is a Logstash plugin required to be installed on top of the Logstash using $LS... |