added search controller, added LastFM-Request-Core, switched from erb to haml

This commit is contained in:
Thomas Buchöster
2011-05-02 19:09:17 +02:00
parent 9a52abb144
commit edc53eadd6
17 changed files with 346 additions and 17 deletions
+18 -1
View File
@@ -5,12 +5,29 @@ gem 'rails', '3.0.5'
gem 'sqlite3'
gem 'jquery-rails', '>= 0.2.6'
# templating
gem 'haml-rails'
# for using last.fm api
gem 'httparty'
# for converting json/xml to object
gem 'hashie'
# authentication, authorization, roles
gem 'cream'
group :development do
# for html2haml
gem 'hpricot'
gem 'ruby_parser'
end
# Deploy with Capistrano
# gem 'capistrano'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'