I''m a newbie and I have many about how to publish my website made in Ruby. I developed a simple site in Ruby with MySQL for learning, in development environment work fine, now I will publish in my site hosted on HostGator, my site work in Linux with Apache web server with support for Ruby on Rails, I have some questions for publish: 1) I need upload all created folders (app, components, config, db, doc, lib, log, public, script, test, tmp, vendor)? 2) How Ruby will know what database will be used ''development'' or ''production''? I uploaded my entire website folder to a folder ''test'' in my website and when I access /mydomain.com/test/public I get the error below: Application error Rails application failed to start properly" -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
1. Yes upload all created folders. 2. Because in your database.yml file you should tell it which database is which. Then you can set "development" and "production" in config.rb. A. Ensure that dispatch.cgi/.fcgi/.rb are all 755 (CHMOD 775, properties->executable, etc) B. If that doesn''t work, post the apache error logs. 2. > 1) I need upload all created folders (app, components, config, db, doc,> lib, log, public, script, test, tmp, vendor)? > > 2) How Ruby will know what database will be used ''development'' or > ''production''? > > I uploaded my entire website folder to a folder ''test'' in my website and > when I access /mydomain.com/test/public I get the error below: > > Application error > Rails application failed to start properly" > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
kopf1988, 1) I change dispatch.cgi/.fcgi/.rb to 755 2) I change to ENV[''RAILS_ENV''] ||= ''production'', in environment.rb 3) Don''t work, below the apache error log: Premature end of script headers: /home/myuser/public_html/rubytest/public/dispatch.cgi -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---