Welcome to your Rails app
Check out the following guide points to get started with your Rails application:
- To run your application, type the following in the terminal:
$ rails server
-
To use MySQL instead of sqlite for persistence, http://technologyamateurs.blogspot.in/2014/04/how-do-i-switch-sqlite3-to-mysql-on-ror.html
-
If you want, pick the older Ruby version 1.8.7 using the 'rvm' command in the terminal.
-
If you want, pick the rails version you like installing it through the terminal:
$ gem install rails --version 4.0.0
Happy coding! Sreenivas