Mailing list archives are live
Thanks to the fine guys at MarkLogic, we now have both the User and Dev lists archived.
You may search/browse them collectively here:
Or you may browse them individually
Enjoy!
Thanks to the fine guys at MarkLogic, we now have both the User and Dev lists archived.
You may search/browse them collectively here:
Or you may browse them individually
Enjoy!
I’m happy to announce the release of TorqueBox 1.0.0.Beta16.
Go download it and read the docs now.
I’d like to especially thank GertThiel and dmilith (both on #torquebox IRC on freenode) for their input and bug-finding contributions for this release. Gert’s been working on enterprisey cache support using JBoss Cache. Expect to see that integrated in a future upcoming release. He also helped narrow down some bugs involving sessions and Rack integration (TORQUE-38 and TORQUE-39).
Included in this release, though:
Quick on the heels of 1.0.0.Beta14, I’m happy to announce 1.0.0.Beta15.
Download it and read the documentation now.
First off, this release re-enabled multiple versions of Rails. Feel free to use anything 2.2.2+. This include 2.3.4.
By default the TorqueBox distribution ships with 2.3.4, but you may certainly use others.
Which brings us to some major new functionality: running apps using Rails gems. You no longer have to freeze rails into your app. You certainly may still freeze Rails, and vendor/rails/ will take precedence. Or you can just specify the RAILS_GEM_VERSION variable in your config/environment.rb.
Also, any other gems specified in your environment.rb can be pulled in from the global Gem path.
As usual, rake gems:install will attempt to install your app’s gems into the global Gem path.
The full list of bugs fixed since 1.0.0.Beta14:
After a hiatus while I worked on cloud stuff, we’re back to cranking on TorqueBox.
I’m happy to announce version 1.0.0.Beta14.
Download it and read the documentation.
This release includes only a few changes:
For this release, Rails 2.3.2 is still the recommended version to use. Rails 2.3.3 will work, but controllers will not be reloaded, even in the development environment.
Rails 2.3.4 fails entirely. It appears that in fixing the controller-reloading bug in 2.3.3, they possibly added a thread/mutex bug.
So, stick with 2.3.2, or 2.3.3 if you don’t mind not having your code reload.
The next release will focus on getting us working happily with the latest versions of Rails.
The TorqueBox Ruby application platform has reached 1.0.0.Beta13 and is available now.
This release includes a handful of improvements, including some for hybrid Java/Ruby shops:
And some for everyone:
The list of closed JIRA entries:
As always, see the downloads page for all of the downloadable artifacts, and the latest documentation is also available.