ติดตั้ง Ruby และ RubyGems
สร้างโปรเจค
reference:
http://wiki.rubyonrails.org/th/getting-started/installation/windows
http://pongsakorn.exteen.com/20060711/ruby-on-rails
$ gem update --systemติดตั้ง Rails
$ gem install railsติดตั้ง Database
$ gem install sqlite3-ruby -v 1.2.3
$ gem install mysql
สร้างโปรเจค
$ rails myprojectname
$ cd myprojectname
$ ruby script\rails server
reference:
http://wiki.rubyonrails.org/th/getting-started/installation/windows
http://pongsakorn.exteen.com/20060711/ruby-on-rails
Comments