added search controller, added LastFM-Request-Core, switched from erb to haml
This commit is contained in:
+136
@@ -29,20 +29,115 @@ GEM
|
||||
activesupport (= 3.0.5)
|
||||
activesupport (3.0.5)
|
||||
arel (2.0.9)
|
||||
bcrypt-ruby (2.1.4)
|
||||
builder (2.1.2)
|
||||
cancan (1.6.4)
|
||||
cancan-permits (0.3.10)
|
||||
activemodel (>= 3.0.1)
|
||||
activemodel (>= 3.0.1)
|
||||
activeresource (>= 3.0.1)
|
||||
activeresource (>= 3.0.1)
|
||||
activesupport (>= 3.0.1)
|
||||
activesupport (>= 3.0.1)
|
||||
cancan (>= 1.4.1)
|
||||
cancan (>= 1.4.1)
|
||||
logging_assist (>= 0.2.0)
|
||||
logging_assist (>= 0.2.0)
|
||||
rails3_artifactor (~> 0.3.2)
|
||||
rails3_artifactor (~> 0.3.2)
|
||||
require_all (~> 1.2.0)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (~> 0.3.1)
|
||||
sugar-high (~> 0.3.1)
|
||||
cancan-rest-links (0.2.2)
|
||||
cancan (>= 1.4.1)
|
||||
cancan (>= 1.4.1)
|
||||
r3_plugin_toolbox (>= 0.4.0)
|
||||
r3_plugin_toolbox (~> 0.4.0)
|
||||
require_all (~> 1.2.0)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (~> 0.3.1)
|
||||
sugar-high (~> 0.3.1)
|
||||
colorize (0.5.8)
|
||||
crack (0.1.8)
|
||||
cream (0.8.9.2)
|
||||
cancan (>= 1.4.0)
|
||||
cancan (>= 1.4.1)
|
||||
cancan-permits (>= 0.3.10)
|
||||
cancan-permits (>= 0.3.4)
|
||||
cancan-rest-links (>= 0.2.0)
|
||||
cancan-rest-links (>= 0.2.1)
|
||||
colorize (>= 0.5.8)
|
||||
colorize (>= 0.5.8)
|
||||
devise (>= 1.1.5)
|
||||
devise (>= 1.1.5)
|
||||
devise-links (>= 0.2.0)
|
||||
devise-links (>= 0.2.1)
|
||||
logging_assist (>= 0.2.0)
|
||||
logging_assist (>= 0.2.0)
|
||||
r3_plugin_toolbox (>= 0.4.0)
|
||||
r3_plugin_toolbox (>= 0.4.0)
|
||||
rails (>= 3.0.1)
|
||||
rails (>= 3.0.1)
|
||||
rails3_artifactor (>= 0.3.2)
|
||||
rails3_artifactor (~> 0.3.2)
|
||||
require_all (~> 1.2.0)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (>= 0.3.1)
|
||||
sugar-high (~> 0.3.1)
|
||||
devise (1.3.3)
|
||||
bcrypt-ruby (~> 2.1.2)
|
||||
orm_adapter (~> 0.0.3)
|
||||
warden (~> 1.0.3)
|
||||
devise-links (0.2.2)
|
||||
activesupport (>= 3.0.0)
|
||||
devise (>= 1.1.5)
|
||||
logging_assist (>= 0.2.0)
|
||||
r3_plugin_toolbox (>= 0.4.0)
|
||||
rails3_artifactor (>= 0.3.1)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (~> 0.3.1)
|
||||
diff-lcs (1.1.2)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
haml (3.0.25)
|
||||
haml-rails (0.3.4)
|
||||
actionpack (~> 3.0)
|
||||
activesupport (~> 3.0)
|
||||
haml (~> 3.0)
|
||||
railties (~> 3.0)
|
||||
hashie (1.0.0)
|
||||
hpricot (0.8.4)
|
||||
httparty (0.7.7)
|
||||
crack (= 0.1.8)
|
||||
i18n (0.5.0)
|
||||
jquery-rails (0.2.7)
|
||||
rails (~> 3.0)
|
||||
thor (~> 0.14.4)
|
||||
log4r-color (1.2)
|
||||
colorize
|
||||
scribe
|
||||
logging_assist (0.2.1)
|
||||
colorize (~> 0.5.8)
|
||||
log4r-color (>= 1.2)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (~> 0.3.0)
|
||||
mail (2.2.17)
|
||||
activesupport (>= 2.3.6)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
migration_assist (0.1.9)
|
||||
rails (>= 3.0.1)
|
||||
require_all (~> 1.2.0)
|
||||
mime-types (1.16)
|
||||
mocha (0.9.12)
|
||||
orm_adapter (0.0.4)
|
||||
polyglot (0.3.1)
|
||||
r3_plugin_toolbox (0.4.1)
|
||||
rails (~> 3.0)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (~> 0.3.0)
|
||||
rack (1.2.2)
|
||||
rack-mount (0.6.14)
|
||||
rack (>= 1.0.0)
|
||||
@@ -56,22 +151,63 @@ GEM
|
||||
activesupport (= 3.0.5)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.0.5)
|
||||
rails3_artifactor (0.3.2)
|
||||
migration_assist (~> 0.1.4)
|
||||
rails3_assist (~> 0.3.0)
|
||||
require_all (~> 1.2.0)
|
||||
rspec (>= 2.0.0)
|
||||
sugar-high (~> 0.3.0)
|
||||
rails3_assist (0.3.7)
|
||||
activesupport (>= 3.0)
|
||||
migration_assist (~> 0.1.7)
|
||||
require_all (~> 1.2.0)
|
||||
sugar-high (~> 0.3.0)
|
||||
thor (>= 0.14.0)
|
||||
railties (3.0.5)
|
||||
actionpack (= 3.0.5)
|
||||
activesupport (= 3.0.5)
|
||||
rake (>= 0.8.7)
|
||||
thor (~> 0.14.4)
|
||||
rake (0.8.7)
|
||||
require_all (1.2.0)
|
||||
rspec (2.5.0)
|
||||
rspec-core (~> 2.5.0)
|
||||
rspec-expectations (~> 2.5.0)
|
||||
rspec-mocks (~> 2.5.0)
|
||||
rspec-core (2.5.1)
|
||||
rspec-expectations (2.5.0)
|
||||
diff-lcs (~> 1.1.2)
|
||||
rspec-mocks (2.5.0)
|
||||
ruby_parser (2.0.6)
|
||||
sexp_processor (~> 3.0)
|
||||
scribe (0.2.4)
|
||||
rake
|
||||
thrift_client (~> 0.6)
|
||||
sexp_processor (3.0.5)
|
||||
sqlite3 (1.3.3)
|
||||
sugar-high (0.3.7)
|
||||
mocha (>= 0.9.8)
|
||||
require_all (~> 1.2.0)
|
||||
thor (0.14.6)
|
||||
thrift (0.5.0)
|
||||
thrift_client (0.6.0)
|
||||
thrift (~> 0.5.0)
|
||||
treetop (1.4.9)
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.26)
|
||||
warden (1.0.3)
|
||||
rack (>= 1.0.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
cream
|
||||
haml-rails
|
||||
hashie
|
||||
hpricot
|
||||
httparty
|
||||
jquery-rails (>= 0.2.6)
|
||||
rails (= 3.0.5)
|
||||
ruby_parser
|
||||
sqlite3
|
||||
|
||||
Reference in New Issue
Block a user