Skip to content

mcramm/rails_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Base Rails w/Authlogic & Cucumber


All Setup for Authlogic is done via the guide at Asciicasts here => http://asciicasts.com/episodes/160-authlogic All Setup for Cucumber is done via the steps provided by the repo on github (here)

  • Has Minimal styling in public/stylesheets/style.css
  • Current root is set to user_sessions/new (login form). You should change this in config/routes.rb once you have created another controller
  • Tests added in Cucumber for logging in/out and registering. They can be found in features/. Basic usage to run the tests: "cucumber features/" (sans quotes)
  • Unit tests added for User model in test/unit. These can be run by "rake test". (Or read the documentation)

About

Base Rails Installation including a few nice extras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published