Re: [Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread Hassan Schroeder
On Sun, Jun 19, 2011 at 10:53 AM, iris wrote: > How do I access the log files? I am new at this (a new Ruby on Rails > user) They're in the 'log' directory of your application. (There may also be pertinent information in the log files of your web server, but you'll have to figure out where your

[Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread iris
Hi, yes, turns out my host provider does not support 3.0.7 :-( How do I access the log files? I am new at this (a new Ruby on Rails user) Tx! On Jun 19, 8:51 am, gezope wrote: > Under log/ folder you can find your log files. Take a look at them > because your error msg isn't really helpful. >

[Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread gezope
Under log/ folder you can find your log files. Take a look at them because your error msg isn't really helpful. Also have you asked your hosting provider if it's possible to run Ruby apps on your host? Make sure you're using RVM and Rails3, not older version, and check the same about your hosting.