Re: [rspec-users] rspec-rails gem double quoting (My)SQL?

2009-11-17 Thread David Nawara
Forgot to mention: I'd love to track this down myself, but i'm not getting a backtrace as there is no error (just no results). Point me in the right direction and I'll do what I can to solve this. -- Posted via http://www.ruby-forum.com/. ___ rspec-us

[rspec-users] rspec-rails gem double quoting (My)SQL?

2009-11-17 Thread David Nawara
Hi all, This seems like a plugin conflict (I haven't yet had success replicating this in a new project), but short version is: when I have "rspec-rails" in my environment.rb plugin config, table names are double quoted in mysql queries generated by my standard finders. rspec-rails commented out:

Re: [rspec-users] undefined method `route_for

2009-11-17 Thread Amit Kulkarni
Ok Fine.That sounds to be a good idea. Thanks -- 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] undefined method `route_for

2009-11-17 Thread David Chelimsky
On Tue, Nov 17, 2009 at 4:53 AM, Amit Kulkarni wrote: > Amit Kulkarni wrote: > > Oh that means if i am using rails version 2.1.2 or more then i need to > > have rspec version 1.1.12. > > In that case i need to remove the latest version and install rspec > > 1.1.12. > > I will do it and update you

Re: [rspec-users] undefined method `route_for

2009-11-17 Thread Amit Kulkarni
Amit Kulkarni wrote: > Oh that means if i am using rails version 2.1.2 or more then i need to > have rspec version 1.1.12. > In that case i need to remove the latest version and install rspec > 1.1.12. > I will do it and update you asap. > Thanks a lot David. Hi David, As per the doc i updated m