Hi, my mac just broke and I had to migrate to an Ubuntu machine. I am working on an app that is already on production on an Ubuntu machine as well.
I cloned this app into my new machine and all the view helpers seems to go missing, btw I am ussing HAML.
I ran my specs and I am getting tons of :
undefined method url_for for #
undefined method t for #
undefined method content_for for #
undefined method form_for for #
Here are the contents of my Gemfile: http://gist.github.com/563759
I've removed all gems from my new machine and reinstall them using bundler to match my production environment.
I also use rvm, I don't know what additiona info may be relevant
Please help!!!