Displaying 2 results from an estimated 2 matches for "acbfe4e".
Did you mean:
acbbe48
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...mp;& val.errors.size > 0
+ hash[:object] = ivar[1, ivar.size]
+ hash[:errors] ||= []
+ hash[:errors] += val.errors.localize_error_messages.to_a
+ end
+ end
+ return hash
+ end
+end
diff --git a/src/config.ru b/src/config.ru
new file mode 100644
index 0000000..acbfe4e
--- /dev/null
+++ b/src/config.ru
@@ -0,0 +1,7 @@
+# Rack Dispatcher
+
+# Require your environment file to bootstrap Rails
+require File.dirname(__FILE__) + '/config/environment'
+
+# Dispatch the request
+run ActionController::Dispatcher.new
diff --git a/src/config/boot.rb b/src/config/boo...
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