Re: [rspec-users] RSpec story failing because of routing error on "/"

2008-06-15 Thread Danny Sofer
On 15 Jun 2008, at 14:09, David Chelimsky wrote: On Jun 15, 2008, at 4:33 AM, Danny Sofer wrote: When running tests on the restful_authentication plugin, I am getting a routing error on "/". Which I don't really understand, because the route "/" certainly does exist as I can confirm when

Re: [rspec-users] Create haml files with rspec_controller command?

2008-06-15 Thread Chris Olsen
Thanks for letting me know. A ticket has been created. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Create haml files with rspec_controller command?

2008-06-15 Thread David Chelimsky
On Jun 15, 2008, at 11:59 AM, Chris Olsen wrote: It is a nuisance to have to rename all of your files from .erb to .haml. Is there a quick way around this? Not yet. Feel free to file a feature request for an option on the generators: http://rspec.lighthouseapp.com/projects/5645 -- Posted

[rspec-users] Create haml files with rspec_controller command?

2008-06-15 Thread Chris Olsen
It is a nuisance to have to rename all of your files from .erb to .haml. Is there a quick way around this? -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] RSpec story failing because of routing error on "/"

2008-06-15 Thread David Chelimsky
On Jun 15, 2008, at 4:33 AM, Danny Sofer wrote: Greetings! Here's the problem. When running tests on the restful_authentication plugin, I am getting a routing error on "/". Which I don't really understand, because the route "/" certainly does exist as I can confirm when I run ./script/se

[rspec-users] RSpec story failing because of routing error on "/"

2008-06-15 Thread Danny Sofer
Greetings! Here's the problem. When running tests on the restful_authentication plugin, I am getting a routing error on "/". Which I don't really understand, because the route "/" certainly does exist as I can confirm when I run ./script/server and point my browser at http://localhost:30