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]
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