Welcome Guest | Login

Deployment erros in my new site.

Hi, i have read the tutorial of  How to deploy a Rails application on HostingRails.com
and read around the forum, checked .htaccess, the 'AddHandler fastcgi-script .fcgi' is commented out, checked routes.rb but i'm still getting this error:


Application error
Rails application failed to start properly

Can you tell me whats wrong??

Thanks,

Krl

2007-03-19 03:18 PM

Hi there - 99% of the time the resolution to that infamous error can be found in the following threads:
http://www.hostingrails.com/forums/wiki_thread/15http://www.hostingrails.com/forums/wiki_thread/9

If you're still having trouble let me know and I'd be glad to help.

Cheers,

~William

2007-03-19 05:05 PM

Also make sure that in your config/routes.rb that you specify the proper name for the controllers. So if you have a website_controller.rb file you would reference it as:

map.connect '', :controller => "website"

2007-03-19 05:12 PM

Hi, i've gone through http://www.hostingrails.com/forums/wiki_thread/15 and http://www.hostingrails.com/forums/wiki_thread/9 i think everything is ok but perhaps the problem is an Incompatibility of Rails versions.

i have a web_controller.rb referenced as:

map.connect '', :controller => "web"      in routes.rb

that must be ok,

My gem version is 0.9.0
My Rails version is 1.1.6
My Ruby version is 1.8.4

Could be this the problem??
Do i have to freeze gems??

I am lost at this point and don't know what to do.

Sorry for my English, i'm Spanish

Thanks,

Krl

2007-03-19 05:40 PM

Send an email on in to support and we'll take a look - thanks for posting this in forums, though - we appreciate it. :)

2007-03-20 09:39 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.