Skip to content

An simple example Rails 4.0.3 app, tourist site, catalog excursions

Notifications You must be signed in to change notification settings

sandbil/excursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An simple example Rails 4.0.3 app, tourist site, catalog excursions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published