Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1017 Bytes

readme.md

File metadata and controls

39 lines (28 loc) · 1017 Bytes
title description author tags
Excursion
simple example Rails app
sandbil
ruby, ruby on rails test, testing, activeadmin

Excursion

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:

Ruby version 2.0, Rails 4.0.3

Requirements

Install ImageMagick.

Database creation

Development

Use rake db:migrate RAILS_ENV=development For load fixtures use rake db:fixtures:load

Production

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

screenshot1 screenshot2