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
-2
View File
@@ -3,8 +3,6 @@ Nineminutes::Application.configure do
# Reloads modules and files in lib directory
config.autoload_paths += %W(#{config.root}/lib)
config.autoload_paths += Dir["#{config.root}/lib/**/"]
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
+3
View File
@@ -0,0 +1,3 @@
ActionDispatch::Callbacks.to_prepare do
LastFM::Request::api_key = APP_CONFIG['lastfm_api_key']
end
-3
View File
@@ -1,3 +0,0 @@
ActionDispatch::Callbacks.to_prepare do
LastFM::LastFMRequest::api_key = APP_CONFIG['lastfm_api_key']
end