Changesets can be listed by changeset number.
The Git repository is here.
Changeset 430
Upgrade all Rails v2.x apps to v2.3.15, except for Radiant, which
is fiddly and has been patched instead. This is required due to two
critical security vulnerabilities recently discovered in Rails
versions 2 and 3.
http://weblog.rubyonrails.org/2013/1/8/Rails-3-2-11-3-1-10-3-0-19-and-2-3-15-have-been-released/
https://groups.google.com/forum/?fromgroups=#!topic/radiantcms/b-2DPZlWt3o
- Comitted by: rool
- Date: Sunday January 13 23:19:02 2013 (over 11 years ago)
Affected files:
- rool/rails/radiant/trunk/config/initializers/asecuritypatch_2315.rb
- rool/rails/canvass/trunk/config/environment.rb (diff)
- rool/rails/hub/trunk/config/environment.rb (diff)
- rool/rails/instiki/trunk/config/environment.rb (diff)
rool/rails/canvass/trunk/config/environment.rb:
prev. | current | |
# Be sure to restart your server when you modify this file | ||
# Specifies gem version of Rails to use when vendor/rails is not present | ||
4 | ||
4 | RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION | |
# Bootstrap the Rails environment, frameworks, and default configuration | ||
require File.join(File.dirname(__FILE__), 'boot') |
rool/rails/hub/trunk/config/environment.rb:
prev. | current | |
# Be sure to restart your web server when you modify this file. | ||
# Specifies gem version of Rails to use when vendor/rails is not present | ||
4 | ||
4 | RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION | |
# Bootstrap the Rails environment, frameworks, and default configuration | ||
require File.join(File.dirname(__FILE__), 'boot') |
rool/rails/instiki/trunk/config/environment.rb:
prev. | current | |
# Bootstrap the Rails environment, frameworks, and default configuration | ||
#### | ||
5 | ||
5 | RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION | |
# Make sure we are using the latest rexml | ||
rexml_versions = ['', File.join(File.dirname(__FILE__), '..', 'vendor', 'plugins', 'rexml', 'lib', '')].collect { |v| |