- Upgrade to TorqueBox 3.0.0
- Upgrade to TorqueBox 3.0.0.beta1, reducing gem size by 15MB
- Upgrade to TorqueBox 2.3.2
-
Upgrade to TorqueBox 2.3.0-SNAPSHOT (local build)
-
Fix problem with first request of new dyno failing on Heroku
-
Upgrade to TorqueBox 2.2.0
-
Add torquebox-configure dependency so torquebox.rb files get parsed properly
-
Fix Ruby load path issue when running under bundler standalone or deployment mode with binstubs
-
Gem sized reduced from 47MB to 42MB by getting rid of a few more unnecessary JBoss modules in the TorqueBox distribution
- Fall back to locating $TORQUEBOX_HOME via Ruby load path
-
Build against a TorqueBox 2.1.2 snapshot but still depend on the TorqueBox 2.1.1 gems
-
Disable the creation of XA datasources since
torquebox-transactions
is not used withtorquebox-lite
-
Help is now listed by
torquebox-lite --help
instead oftorquebox-lite help run
-
Disable JSP support in underlying jbossweb
-
Fix bug in JRUBY_OPTS parsing with -J options
-
Change Thor dependency to
>= 0.14.6
instead of= 0.14.6
-
Add options for specifying bounded runtimes on the command-line via
torquebox-lite --min-runtimes=M --max-runtimes=N
- Depend on TorqueBox 2.1.1 since 2.1.2 isn't released yet.
- Initial release