added search; autocomplete; album view; fullscreen,...

This commit is contained in:
Tobias Klika
2011-06-10 00:47:55 +02:00
15 changed files with 57 additions and 62 deletions
+9 -18
View File
@@ -5,7 +5,10 @@ gem 'rake' #, '0.8.7'
gem 'rails', '3.0.5'
gem 'jquery-rails', '>= 0.2.6'
# templating / styling
gem 'sqlite3'
gem 'sqlite3-ruby', :require => 'sqlite3'
# templating
gem 'haml-rails'
gem "sass"
@@ -13,7 +16,9 @@ gem "youtube_it"
# for using last.fm api
gem 'typhoeus'
# gem 'httparty'
# for object caching
gem 'redis'
# for using 7digital api
gem '7digital'
@@ -22,7 +27,7 @@ gem '7digital'
gem 'json'
gem 'hashie'
# authentication, authorization, roles
# authentication
gem 'devise'
gem 'oa-oauth', :require => 'omniauth/oauth'
gem 'oa-openid', :require => 'omniauth/openid'
@@ -40,22 +45,8 @@ group :development, :test do
# alternative servers (because openID URIs are too long for WEBRick)
gem 'mongrel', '1.2.0.pre2'
# gem 'thin'
end
# Deploy with Capistrano
# gem 'capistrano'
# Bundle the extra gems:
# gem 'bj'
gem 'sqlite3'
gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
# end