Sounds like it's a problem with Bluehost's documentation, have you tried asking them about it?
-eric On Jun 27, 7:59 am, GuruOne <[email protected]> wrote: > Dear Tom, > > Thxs for the links to the bluehost articles. > > I followed and executed step by step article '000207' without any > hitches. > > I also followed and executed step by step article '000493' to try to > eliminate the '404 Not Found' error BUT still getting it. > > Any ideas / pointers on how to fix? > > Regards > On Jun 26, 4:29 pm, merft <[email protected]> wrote: > > > Just set up on Bluehost a test ruby project by using their tutorials. > > >http://helpdesk.bluehost.com/index.php/kb/article/000207 > > > You will also need to enable FCGI explained at: > > >http://helpdesk.bluehost.com/index.php/kb/article/000493 > > > -Tom > > > On Jun 26, 11:38 am, GuruOne <[email protected]> wrote: > > > > I need some help in getting my first Rails application going. > > > Operating environment background > > > - Hosting Provider: Bluehost > > > - ruby, rails, apache: all ok and ready to go. I have written many > > > ruby programs in this environment which all work. > > > - Browsers used for testing: Chrome, IE > > > - MySQL: I have many Databases up and running in this environment > > > > Rails example being > > > used:http://www.webmonkey.com/tutorial/Ruby_on_Rails_for_Beginners > > > > Step1: Created MySQL database and table per the Webmonkey spec - I > > > actually added 1 extra column to the table. > > > > Step2: > > > Create starter framework: > > > rails Bookmarker > > > cd Bookmarker > > > > Edit 'config/database.yml' and modified 1st stanza with database just > > > created > > > > Generate component components of application: > > > ruby ./script/generate scaffold Bookmark > > > > OK SO FAR. I really want to use the Apache Web Server (already > > > installed and available) instead of WEBrick but to keep things simple > > > I will stick with WEBRICK > > > > Start WEBrick server: > > > ruby ./script/server # Starts successfully > > > > Try to access using Chrome (which works on all other websites I have > > > in my account) > > > withhttps://www.datajazz.com:3000/bookmarks#Didn'tworkhttps://www.datajazz.com:3000/BDsrc/Bookmarker/bookmarks#Didn'twork > > > > I am going to assume the reason for the failure is because WEBrick > > > must be behind a firewall i.e. Bluehost's. > > > > Help needed > > > 1. Resolve the above issue > > > 2. Switch from the WEBrick to Apache server > > > > Please help!. > > > > Regards > > --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

