[Ovirt-devel] [PATCH] Upgrading the server to work with Rails 2.3.4.

Darryl L. Pierce dpierce at redhat.com
Wed Mar 31 19:40:45 UTC 2010


Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 src/app/controllers/application_controller.rb |    2 +-
 src/config/environment.rb                     |    2 +-
 src/config/initializers/new_rails_defaults.rb |    6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/app/controllers/application_controller.rb b/src/app/controllers/application_controller.rb
index 7e2041f..4c4666e 100644
--- a/src/app/controllers/application_controller.rb
+++ b/src/app/controllers/application_controller.rb
@@ -25,7 +25,7 @@ class ApplicationController < ActionController::Base
   # FIXME: once all controller classes include this, remove here
   include ApplicationService
 
-  init_gettext "ovirt"
+#  init_gettext "ovirt"
   layout :choose_layout
 
   before_filter :is_logged_in, :get_help_section
diff --git a/src/config/environment.rb b/src/config/environment.rb
index 913b9f9..9c1a9fa 100644
--- a/src/config/environment.rb
+++ b/src/config/environment.rb
@@ -20,7 +20,7 @@
 # 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
-RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '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 including raw json in an HTML page.
-ActiveSupport.escape_html_entities_in_json = false
\ No newline at end of file
+ActiveSupport.escape_html_entities_in_json = false
+
+def PGconn.quote_ident(name)
+  %("#{name}")
+end
-- 
1.6.6.1




More information about the ovirt-devel mailing list