rubidine / user_system
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Todd Willey (author)
Sun Oct 18 13:11:12 -0700 2009
commit 3e5edbd599aa14dc23b78bf84f9980f22727d869
tree d9b1ee363b98f5fbf0f4aee7fecae25dba77189d
parent 86088401389b6761dee277c02a7937d919f82cb1
tree d9b1ee363b98f5fbf0f4aee7fecae25dba77189d
parent 86088401389b6761dee277c02a7937d919f82cb1
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
ext_lib/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ |
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'

