Learning Ruby on rails
You can start learning ruby on rails by following the tutorial
http://www.codelearn.org/ruby-on-rails-tutorial
Put any of the html file in the directory public example hello.html and launch http://127.0.0.1:3000/hello.html it will show the static content of that file.
For switching from sqlite to mysql follow the instructions available at
http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/
http://www.codelearn.org/ruby-on-rails-tutorial
Put any of the html file in the directory public example hello.html and launch http://127.0.0.1:3000/hello.html it will show the static content of that file.
For switching from sqlite to mysql follow the instructions available at
http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/