Displaying 5 results from an estimated 5 matches for "load_routes".
2009 Jun 29
2
Cannot Run Ruby on Rails on windows Vista or 7
...e_support/depende
ncies.rb:521:in `new_constants_in''
from d:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/
active_support/depende
ncies.rb:145:in `load''
from d:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/
action_controller/routing
/route_set.rb:286:in `load_routes!''
from d:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/
action_controller/routing
/route_set.rb:286:in `each''
from d:/Ruby/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/
action_controller/routing
/route_set.rb:286:in `load_routes!''
from d:/Ruby/l...
2007 Dec 10
4
facebook_resources method not found
...ve_support/dependencies.rb:342:in `new_constants_in''
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/
lib/active_support/dependencies.rb:488:in `load''
from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/routing.rb:1165:in `load_routes!''
from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/
action_controller/routing.rb:1157:in `reload''
... 31 levels...
from /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/
commands/server.rb:39
from /opt/local/lib/ruby/site_ruby/1....
2011 Jan 19
6
rake aborted! can't convert Hash into String
...brary/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:145:in
`load''
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:286:in
`load_routes!''
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/routing/route_set.rb:286:in
`each''
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/ro...
2007 Jan 24
0
problems with themes in rails 1.2.1 -> named_route
...b/active_support/dependencies.rb:343:in
`new_constants_in''
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.0/lib/active_support/dependencies.rb:489:in
`load''
from
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/routing.rb:1154:in
`load_routes!''
from
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.13.1/lib/action_controller/routing.rb:1146:in
`reload''
from
/usr/local/lib/ruby/gems/1.8/gems/rails-1.2.1/lib/initializer.rb:287:in
`initialize_routing''
... 9 levels...
from
/usr/local/...
2007 Dec 05
7
Better RESTful routes with fb_sig_request_method
With the new fb_sig_request_method provided by Facebook, I''ve patched
shanev''s pseudo-resource routes to generate restful routes, minus some
exceptions.
The announcement: http://www.facebook.com/developers/message.php#msg_126
Patch is submitted here: http://rubyforge.org/tracker/index.php?func=detail&aid=16105&group_id=4187&atid=16132
Blog entry about it: