title | description | author | tags |
---|---|---|---|
Excursion |
simple example Rails app |
sandbil |
ruby, ruby on rails test, testing, activeadmin |
This is simple example of Rails app, tourist site, catalog excursions This is versions with ActiveAdmin (https://github.com/gregbell/active_admin).
Visit http://localhost:3000/admin
and log in as the default user:
- User: admin@example.com
- Password: password
Ruby version 2.0, Rails 4.0.3
Install ImageMagick.
Use rake db:migrate RAILS_ENV=development For load fixtures use rake db:fixtures:load
Use follow rake command: rake db:create RAILS_ENV=production rake db:migrate RAILS_ENV=production for load example fixtures rake db:fixtures:load RAILS_ENV=production