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'
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'