added User-Model with paperclip for avatar and devise for authentication (including facebook + openID);
downgraded rake to 0.8.7
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
source 'http://rubygems.org'
|
||||
|
||||
# alternative servers (because openID URIs are too long for WEBRick)
|
||||
gem 'mongrel', '1.2.0.pre2'
|
||||
# gem 'thin'
|
||||
|
||||
|
||||
gem 'rake', '0.8.7'
|
||||
|
||||
gem 'rails', '3.0.5'
|
||||
gem 'jquery-rails', '>= 0.2.6'
|
||||
|
||||
@@ -13,7 +20,13 @@ gem 'httparty'
|
||||
gem 'hashie'
|
||||
|
||||
# authentication, authorization, roles
|
||||
#gem 'cream'
|
||||
gem 'devise'
|
||||
gem 'oa-oauth', :require => 'omniauth/oauth'
|
||||
gem 'oa-openid', :require => 'omniauth/openid'
|
||||
# gem 'cream'
|
||||
|
||||
# for file upload ( -> avatar )
|
||||
gem 'paperclip', '~> 2.3'
|
||||
|
||||
# youtube search
|
||||
gem 'youtube_it'
|
||||
|
||||
Reference in New Issue
Block a user