rubidine / user_system

An easy plugin to add users into your rails app.

This URL has Read+Write access

Todd Willey (author)
Sun Oct 18 13:11:12 -0700 2009
commit  3e5edbd599aa14dc23b78bf84f9980f22727d869
tree    d9b1ee363b98f5fbf0f4aee7fecae25dba77189d
parent  86088401389b6761dee277c02a7937d919f82cb1
README
UserSystem
==========

Add all details of having user logins to your site.

Requires
--------
view_extender: http://github.com/xtoddx/view_extender/tree/master

Testing
-------
Be sure you add the required gems to config/environments/test.rb

  config.gem "thoughtbot-factory_girl",
             :lib    => "factory_girl",
             :source => "http://gems.github.com"

  config.gem 'mocha'

  config.gem 'test_spec', :lib => 'test/spec'