Added authlogic and user schema
This commit is contained in:
parent
a9b7e50209
commit
3b056a2db8
6 changed files with 46 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -102,3 +102,6 @@ gem 'cookies_eu'
|
|||
|
||||
# Requires: apt-get install libbz2-dev
|
||||
gem 'bzip2-ruby', :git => 'https://github.com/chewi/bzip2-ruby.git'
|
||||
|
||||
# Authentication
|
||||
gem 'authlogic'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue