It's been some time since anyone posted to this forum, so I wondered if there was anyone trying to do what I'm trying to do.
I've been playing around with Ruby on Rails for a while now and would like to see if there are really any valid uses for it. After all the promises are great, that it will be agile and it appears that it would enable someone to produce a basic
website hosting application very quickly.
However, I have yet to see one. And yet to figure out how to do it. People tell me their web site hosting is running on Ruby, but when you check it out, ou see little .php or .asp signs that it is not.
So what I wondered is whether anyone using Eukhost servers is running a production version of their
website hosting day to day and if they can give me any pointers as to how to get into the production mode.
I know about making sure 'production' database is set up correctly in 'database.yml'
I know about running ruby script/server -e production
I even know about uncommenting the variable in Environment.rb to
ENV['RAILS_ENV'] ||= 'production'
I have heard mutterings about running the rails app within 'public_html' folder and have tried that too.
But none of my migrations have affected the 'production' database - so I assume I'm not running in 'production'.
Is there anyone who can give me some simple pointers.
Too much of the documentation deals with 'installation', 'gems'(what are they?) and various other elements involved in setting rails up. I assume I don't need to do any of that, as Eukhost have already done it.
But how do I make the best use of what appears a very promising framework?
Help!!
Brian