Skip to content

ksob/WebSynergiaProblem1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Ruby version

2.0.0

  • Database creation

rake db:migrate

  • How to run the test suite

RAILS_ENV=test rake db:migrate; bundle exec rspec

  • Seeding

rake db:seed

Note: Seeding is needed to create users and groups. There is no other way to create those.

  • Running

rails server

Note: When you access localhost:3000 you will be presented with login page. Use the following credentials to log in:

Email: e@e.com

Password: asdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors