Hi everyone,
I am having trouble with Ruby on Rails. The version of Ruby on Rails that our site uses is no longer on Dreamhost. Apparently Dreamhost only keeps the three most recent versions around. I was told that I could freeze the version of Ruby that I am using with the following code:
“rake rails:freeze:edge TAG=rel_2-1-0”
I received an error message “rake aborted!
no such file to load – cucumber/rake/task”
I was then told to run “rake rails:freeze:gems” to fix the cucumber issue. However, I received the same message as before.
Any ideas as to how to install the cucumber gem and freeze rails on our server are greatly appreciated!
Also, I do volunteer work for this organization and I am not a web programmer by trade so my knowledge in this area is limited.
Thank you!