Fogbugz #47: Devise verwenden.
This commit is contained in:
parent
208449b47f
commit
bf79aaad05
13 changed files with 346 additions and 47 deletions
8
Gemfile
8
Gemfile
|
|
@ -6,13 +6,17 @@ gem 'rails', '3.0.7'
|
|||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'mysql2'
|
||||
gem 'mysql2', '0.2.7'
|
||||
|
||||
# https://github.com/plataformatec/devise
|
||||
gem 'devise', '1.2.1'
|
||||
gem 'bcrypt-ruby', '2.1.4'
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
gem 'capistrano', '2.5.21'
|
||||
|
||||
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
|
||||
# gem 'ruby-debug'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue