Redmine: Rails 2.3 (1 comment)
As of r2887, Redmine devel version (trunk) runs with Rails 2.3.4.
You can install the required gems by running:
gem install rails -v=2.3.4
As of r2887, Redmine devel version (trunk) runs with Rails 2.3.4.
You can install the required gems by running:
gem install rails -v=2.3.4
Redmine 0.8.4 fixes a vulnerability related to the 'autologin' feature. This vulnerability may affect people using Redmine with Phusion Passenger (a.k.a. mod_rails/mod_rack) and thus, upgrading is highly recommended. If you're not able to upgrade, you should disable the 'autologin' feature.
This release also fixes a memory consumption on big files upload.
As previous 0.8.x releases, it's still running with Rails 2.1.2.
You can see the list of changes in the Changelog and download this release at Rubyforge.
Eric Davis, an active contributor, launches a blog dedicated to Redmine.
This blog will keep you informed of latest Redmine core and plugins features.
You can find it at redmineblog.com.
This maintenance release can be found at Rubyforge.
It brings some minor improvements and fixes.
You can get it at Rubyforge
The work done last weeks in the rails-2.2 branch was merged into the trunk a few minutes ago (r2493).
So current trunk now requires Rails 2.2.2 to be installed. Installing the appropriate gem is pretty straightforward:
gem install rails -v=2.2.2
Here are some important notes for people who want to upgrade their trunk checkout:
/vendor/rails
). Otherwise the application will use this old frozen Rails version, and won't start./tmp/sessions
and improves overall response time.rake config/initializers/session_store.rb
Another big change was done on the internationalization support. Redmine now uses the new I18n module shipped with Rails 2.2, instead of the GLoc plugin. Translation files can be found under /config/locales
. Contributors are now invited to submit their translation updates based on these files.
The 0.8-stable branch and the forthcoming 0.8.x releases will still use Rails 2.1.2.
Redmine 0.8.0 final release is now available for download at Rubyforge.
It fixes a few bugs and several security vulnerabilities.
The security fixes were backported to the 0.7 branch and a 0.7.4 release is available for those who don't want to upgrade to 0.8 now.
One of these vulnerabilities forced me to disable inline styles in textile tags (see #2416).
You can see the full list in the Changelog.
This release comes with rails 2.1.2 bundled which is now required for the 0.8.x serie.
It can be downloaded at Rubyforge.
Also available in: Atom