If you have RVM, it will change to ruby 1.9.3 and a gemset
How to install app:
-
Check out app
-
bundle install
-
rake db:setup (will run create, seed and migrate if it needs to)
-
Ready to go
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you have RVM, it will change to ruby 1.9.3 and a gemset
How to install app:
Check out app
bundle install
rake db:setup (will run create, seed and migrate if it needs to)
Ready to go