Displaying 3 results from an estimated 3 matches for "generated_code".
Did you mean:
generate_code
2006 Jul 24
1
All functional tests fail with RoutingError
...ngError, although
the actions work OK through a web server/browser. Here''s an example of
an error:
1) Error:
test_create(AdminControllerTest):
ActionController::RoutingError: No url can be generated for the hash
{:controlle
r=>"admin", :action=>"create"}
generated_code/routing/generation.rb:92:in `generate_default_path''
c:/Install/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/li
b/action_controller/routing.rb:419:in `generate_path''
c:/Install/InstantRails-1.0/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/li
b/action_cont...
2006 Feb 27
0
Mapping '':action/:id/:controller/'' doesn''t work
...the hash
{:controller=>"inputs", :action=>"index"}
Extracted source (around line #8):
7:
8: <%=link_to "CLICK HERE!", :controller => "inputs" %>
9:
10:
11:
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
generated_code/routing/generation.rb:37:in `generate_default_path''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/
action_controller/routing.rb:419:in `send''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/
action_controller/routing.rb:419:in `generate_path''
/usr/loca...
2007 Jun 07
0
Functional Tests Fail - No URL can be generated for hash
...e following error:
Loaded suite rails-app/tests/functional/suite
Started
E
Finished in 0.054555 seconds.
1) Error:
test_intro(DashboardControllerTest):
ActionController::RoutingError: No url can be generated for the hash
{:controller=>"dashboard", :action=>"intro"}
generated_code/routing/generation.rb:5:in `generate_default_path''
/apollo/env/MerchantPortal/lib/ruby/site_ruby/1.8/action_controller/routing.rb:423:in
`generate_default_path''
/apollo/env/MerchantPortal/lib/ruby/site_ruby/1.8/action_controller/routing.rb:419:in
`generate_path''...