I have been very grateful for the helpful answers to queries I have posted here, and have eventually got my app up and running on Heroku.
Going through that process, there were a few extra steps over and above those in the Rapid Rails with Hobo guide. I have noted down below those points. Please read them in the context as being written by someone who is no more than an amateur enthusiast, self taught, with very limited knowledge of programming beyond simply doing what is required to get to the end product. My app uses: Ruby 1.9.1 Rails 2.3.10 1 msvcrt-ruby18.dll problem Caused by JSON gem - needed to reinstall: gem install json --platform=ruby http://groups.google.com/group/rubyinstaller/browse_thread/thread/7f96baf7e80d30d8/3145b2ea94697e44 2 Rails version error message (2.3.11 not = 2.3.10) Needed to install Bundler and set out in the Gemfile to use 2.3.10 http://gembundler.com/rails23.html 3 Heroku defaulted to put the app on the Ruby 1.8.7 stack Needed to change the stack to 1.9.2 http://devcenter.heroku.com/articles/stack The app is just about working - a few glitches to work on. Thanks for all the resources and support. Toby -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
