Has anyone successfully ran the simply_restful tests? Here is how I''m running the tests and the first error. I''m I missing something here?>rails test >cd test >rake rails:freeze:edge >./script/plugin install simply_restful >ruby vendor/plugins/simply_restful/test/routing_test.rbLoaded suite vendor/plugins/simply_restful/test/routing_test Started FFFFF Finished in 0.083095 seconds. 1) Failure: test_default_restful_routes(RoutingTest) [/Users/zackchandler/dev/tmp/test/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/option_merger.rb:14:in `method_missing'' vendor/plugins/simply_restful/test/routing_test.rb:61:in `assert_restful_routes_for'' /Users/zackchandler/dev/tmp/test/config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/core_ext/object/misc.rb:28:in `with_options'' vendor/plugins/simply_restful/test/routing_test.rb:60:in `assert_restful_routes_for'' vendor/plugins/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"> ...
Julian ''Julik'' Tarkhanov
2006-Jun-28 17:12 UTC
[Rails] simply_restful plugin tests failing???
On 28-jun-2006, at 18:39, Zack Chandler wrote:> Has anyone successfully ran the simply_restful tests? Here is how I''m > running the tests and the first error. I''m I missing something here? > >> rails test >> cd test >> rake rails:freeze:edgeI am not sure this plugin has survived the routing rewrite (happened about 3 weeks ago) -- Julian ''Julik'' Tarkhanov please send all personal mail to me at julik.nl
Julian, The plugin seems to work fine - it''s just the tests that fail. Thanks, Zack On 6/28/06, Julian ''Julik'' Tarkhanov <listbox@julik.nl> wrote:> > On 28-jun-2006, at 18:39, Zack Chandler wrote: > > > Has anyone successfully ran the simply_restful tests? Here is how I''m > > running the tests and the first error. I''m I missing something here? > > > >> rails test > >> cd test > >> rake rails:freeze:edge > > I am not sure this plugin has survived the routing rewrite (happened > about 3 weeks ago) > > > -- > Julian ''Julik'' Tarkhanov > please send all personal mail to > me at julik.nl > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >