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