[donrails commit] r406 - fix to use rake gems

1 view
Skip to first unread message

codesite...@google.com

unread,
Jun 6, 2009, 3:44:30 AM6/6/09
to donr...@googlegroups.com
Author: yasuhiro
Date: Sat Jun 6 00:43:39 2009
New Revision: 406

Modified:
trunk/ChangeLog
trunk/config/environment.example.rb

Log:
fix to use rake gems

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Sat Jun 6 00:43:39 2009
@@ -1,3 +1,7 @@
+2009-06-06 ARAKI Yasuhiro <a...@debian.org>
+
+ * config/environment.example.rb (Rails::Configuration): Fix to use
config.gem.
+
2009-05-03 ARAKI Yasuhiro <a...@debian.org>

* Update to apply rails 2.3.2.

Modified: trunk/config/environment.example.rb
==============================================================================
--- trunk/config/environment.example.rb (original)
+++ trunk/config/environment.example.rb Sat Jun 6 00:43:39 2009
@@ -18,8 +18,8 @@
config.gem "actionwebservice"
config.gem "hpricot"
config.gem "will_paginate"
- config.gem "libxml-ruby"
- config.gem "libxml-xmlrpc"
+ config.gem "libxml-ruby", :lib=>"xml/libxml"
+ config.gem "libxml-xmlrpc", :lib=>"xmlrpc/client"
# Settings in config/environments/* take precedence over those specified
here

# Skip frameworks you're not going to use (only works if using
vendor/rails)

Reply all
Reply to author
Forward
0 new messages