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:
Thomas Buchöster
2011-05-31 01:30:57 +02:00
parent 9af39d6d2c
commit 3dbdc9ac11
26 changed files with 664 additions and 10 deletions
+14 -1
View File
@@ -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'