Added "devise" for authentication.

This commit is contained in:
Christoph Haas 2015-07-15 17:06:32 +02:00
parent e6a0f15340
commit 35eb83448e
11 changed files with 410 additions and 30 deletions

View file

@ -43,6 +43,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.0)
bcrypt (3.1.10)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
@ -78,14 +79,18 @@ GEM
debugger-ruby_core_source (~> 1.3.5)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.8)
devise (3.4.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
erubis (2.7.0)
execjs (2.5.2)
fancybox2-rails (0.2.8)
railties (>= 3.1.0, < 5.0)
ffi (1.9.8)
ffi-compiler (0.1.3)
ffi (>= 1.0.0)
rake
formatador (0.2.5)
foundation-rails (5.5.2.1)
railties (>= 3.1.0)
@ -145,6 +150,7 @@ GEM
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
orm_adapter (0.5.0)
paperclip (4.3.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
@ -199,7 +205,8 @@ GEM
rdoc (4.2.0)
json (~> 1.4)
ref (1.0.5)
request_store (1.1.0)
responders (2.1.0)
railties (>= 4.2.0, < 5)
ruby-graphviz (1.2.2)
sass (3.4.15)
sass-rails (5.0.3)
@ -208,9 +215,6 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
scrypt (1.2.1)
ffi-compiler (>= 0.0.2)
rake
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
@ -246,6 +250,8 @@ GEM
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
warden (1.2.3)
rack (>= 1.0)
web-console (2.1.3)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
@ -259,7 +265,6 @@ PLATFORMS
ruby
DEPENDENCIES
authlogic
better_errors
binding_of_caller
byebug
@ -267,6 +272,7 @@ DEPENDENCIES
coffee-rails (~> 4.1.0)
cookies_eu
debugger
devise
fancybox2-rails (~> 0.2.8)
foundation-rails
guard-minitest