search for: with_routing

Displaying 2 results from an estimated 2 matches for "with_routing".

2007 Sep 04
7
1.05 to 1.08
Hi We are looking at moving a project over from 1.05 to 1.08 but have a problem with some of our helper specs They work fine in 1.05 but error in 1.08 and it is the calls to route helper methods that seems to be the problem. I did some playing around .. because the code being tested is reasonably large etc ... but this sample (using the peepcode app) seems to boil down the problem
2006 Jun 28
2
simply_restful plugin tests failing???
...lugins/simply_restful/test/routing_test.rb:10:in `test_default_restful_routes'' vendor/plugins/simply_restful/test/routing_test.rb:54:in `with_restful_routing'' /Users/zackchandler/dev/tmp/test/config/../vendor/rails/actionpack/lib/action_controller/test_process.rb:473:in `with_routing'' vendor/plugins/simply_restful/test/routing_test.rb:52:in `with_restful_routing'' vendor/plugins/simply_restful/test/routing_test.rb:9:in `test_default_restful_routes'']: The generated path <nil> did not match <"/messages"> ...