(Ruby) Ruby on Rails doodles


Create new Ruby-on-Rails project. By default RoR comes with SQLite support, unless you state otherwise (-d mysql).
[ruby]
// Create project. With mysql support
rails new my_project -d mysql
[/ruby]

Leave a Reply

Your email address will not be published. Required fields are marked *