search for: 8ec3186

Displaying 2 results from an estimated 2 matches for "8ec3186".

2010 Mar 31
1
[PATCH] Upgrading the server to work with Rails 2.3.4.
...= '2.3.4' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') diff --git a/src/config/initializers/new_rails_defaults.rb b/src/config/initializers/new_rails_defaults.rb index 8ec3186..acfb93e 100644 --- a/src/config/initializers/new_rails_defaults.rb +++ b/src/config/initializers/new_rails_defaults.rb @@ -16,4 +16,8 @@ ActiveSupport.use_standard_json_time_format = true # Don't escape HTML entities in JSON, leave that for the #json_escape helper. # if you're includin...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server