Displaying 1 result from an estimated 1 matches for "damselem".
Did you mean:
amselem
2010 Jun 20
7
rspec-rails 2.0.0.beta.12 showing undefined method error for route_to
First of all, I''ve been trying to find an answer for this problem all
over the internet without luck.
The thing is that I am using RVM with ruby 1.9.2-head and I created a
new empty gemset. Then I installed bundler gem with:
gem bundler install
That installed the library into the /Users/damselem/.rvm/gems/
ruby-1.9.2-head at rails3/gems directory. Then I went to my rails 3 app
directory and I ran "bundle install" which showed this:
http://gist.github.com/446011
and when I ran gem list I got:
http://gist.github.com/446005
Everything seems perfect, but when running some route s...