This commit is contained in:
Tobias Klika
2011-06-09 06:22:13 +02:00
parent 47e38da04f
commit ada4d86f6e
75 changed files with 1888 additions and 89 deletions
+7
View File
@@ -41,14 +41,21 @@ module Nineminutes
plugins/path
ajax/requests
ajax/routes
store
plugins/bing
plugins/coloranimations
plugins/nivoslider
plugins/imageresize
plugins/autocomplete
plugins/scrolling
plugins/player
animations/animations
animations/fullscreen
layout
player
ajax/loadmore
ajax/album
search
)
# Configure the default encoding used in templates for Ruby 1.9.
+1 -1
View File
@@ -1 +1 @@
#require "sevendigital"
require "sevendigital"
+6 -1
View File
@@ -14,13 +14,18 @@ Nineminutes::Application.routes.draw do
match "/artists/:artist", :to => "artists#show"
match "/more_tracks", :to => "artists#more_tracks"
match "/more_albums", :to => "artists#more_albums"
match "/more_artists", :to => "search#more_artists"
match "/more_charts", :to => "charts#more"
get "artists/", :to => "artists#index"
match "/autocomplete", :to => "search#autocomplete"
match "/album_info", :to => "artists#album_info"
match "/search_video", :to => "tracks#search_video"
#resources :artists, :constraints => { :id => /.*/ }
resources :search
resources :users
resources :sidebar
resources :search
get "home/", :to => "home#show"