I create a one table/scaffold app on my local machine like so: % rails edge % cd edge % rake rails:freeze:edge (create database, table and link with databse.yml) % ruby script/generator scaffold Person % rails . (to update the rails app from edge rails) This works on my local machine. Then i transfer the applicaiton to bluehost using filezilla: transfer to rails directory. create subdomain called edge create symbolic link: % cd ~/public_html/ % rm -r first % ln -s /home/YOUR_USERNAME/rails/first/public first lastly i correct the dispatch files to look for the host ruby version. But i get the famous ''your application failed to start error'' Am i missing a step ? -- 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 -~----------~----~----~----~------~----~------~--~---
I have just tested it again. And i can get the welcome screen but i get: Application error Rails application failed to start properly" When selecting ''About your application’s environment'' Soooo frustrating. -- 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
I had a thought and tried to check the vesion of rails from my edge applicaiton folder. using putty i ran the command ./script/about to show the version of edge rails etc i get the following error: -bash: ./script/about: Permission denied Just to make sure i ran this command in my test application (same one table test app but without edge rails) and it works fine. -- 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 -~----------~----~----~----~------~----~------~--~---
It will be helpful if someone details their steps for edge rails deployment on a shared host. Then i can verify my steps and i guess there is something wrong with bluehost ? -- 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 -~----------~----~----~----~------~----~------~--~---