PDA

View Full Version : rails 2.3.8



karop
07-06-2010, 06:44 AM
Hi,
I upgraded to rails 2.3.8 and I can't get app running. I did everything as in tutorial: scaffold, migration, htaccess etc. But when you try http://ibc.monument.ie/ - it doesn't work...

FIXED:

I added this line to enviroment.rb (a path to 2.3.8)
ENV['GEM_PATH'] = '/path/to/your/home/ruby/gems:/usr/lib/ruby/gems/1.8'

3magicbeans
07-10-2010, 10:02 AM
I think I should check out at first what "rails" is actually used for...:)