384 lines
20 KiB
Plaintext
384 lines
20 KiB
Plaintext
|
[1m[36mSQL (3.4ms)[0m [1mSHOW client_min_messages[0m
|
|||
|
[1m[35mSQL (2.0ms)[0m SET client_min_messages TO 'panic'
|
|||
|
[1m[36mSQL (2.1ms)[0m [1mSET standard_conforming_strings = on[0m
|
|||
|
[1m[35mSQL (1.7ms)[0m SET client_min_messages TO 'notice'
|
|||
|
[1m[36mSQL (86.7ms)[0m [1mSET time zone 'UTC'[0m
|
|||
|
[1m[35mSQL (1.9ms)[0m SHOW TIME ZONE
|
|||
|
[1m[36mArtists Load (21412.8ms)[0m [1mSELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" ORDER BY musicbrainz.bh_artist.id DESC LIMIT 1[0m
|
|||
|
[1m[35mSQL (205.9ms)[0m SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
|
|||
|
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
|||
|
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
|||
|
WHERE a.attrelid = '"musicbrainz"."bh_artist"'::regclass
|
|||
|
AND a.attnum > 0 AND NOT a.attisdropped
|
|||
|
ORDER BY a.attnum
|
|||
|
[1m[36mArtists Load (13454.4ms)[0m [1mSELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" LIMIT 1[0m
|
|||
|
[1m[35mArtists Load (112.2ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet')
|
|||
|
[1m[36mArtists Load (16.0ms)[0m [1mSELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id)[0m
|
|||
|
[1m[35mArtists Load (32.2ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC
|
|||
|
|
|||
|
|
|||
|
Started GET "/Artist/view/Jet/" for 127.0.0.1 at 2011-04-03 18:32:15 +0400
|
|||
|
[1m[36mSQL (3.8ms)[0m [1mSHOW client_min_messages[0m
|
|||
|
[1m[35mSQL (1.4ms)[0m SET client_min_messages TO 'panic'
|
|||
|
[1m[36mSQL (2.0ms)[0m [1mSET standard_conforming_strings = on[0m
|
|||
|
[1m[35mSQL (1.9ms)[0m SET client_min_messages TO 'notice'
|
|||
|
[1m[36mSQL (15.2ms)[0m [1mSET time zone 'UTC'[0m
|
|||
|
[1m[35mSQL (1.9ms)[0m SHOW TIME ZONE
|
|||
|
|
|||
|
ActionController::RoutingError (No route matches "/Artist/view/Jet"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/Artist/view/123/" for 127.0.0.1 at 2011-04-03 18:32:21 +0400
|
|||
|
|
|||
|
ActionController::RoutingError (No route matches "/Artist/view/123"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:33:39 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
Completed in 29ms
|
|||
|
|
|||
|
SyntaxError (/Users/chez/Sites/beathaven/app/models/artists.rb:3: syntax error, unexpected ':', expecting ';' or '\n'
|
|||
|
def getByName :name
|
|||
|
^
|
|||
|
/Users/chez/Sites/beathaven/app/models/artists.rb:7: syntax error, unexpected keyword_end, expecting $end):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.3ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:34:01 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
Completed in 5ms
|
|||
|
|
|||
|
SyntaxError (/Users/chez/Sites/beathaven/app/models/artists.rb:3: syntax error, unexpected tSYMBEG, expecting ')'
|
|||
|
def getByName(:name)
|
|||
|
^
|
|||
|
/Users/chez/Sites/beathaven/app/models/artists.rb:7: syntax error, unexpected keyword_end, expecting $end):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:34:11 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[36mSQL (55.6ms)[0m [1m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
[0m
|
|||
|
Completed in 62ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:34:23 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
Completed in 6ms
|
|||
|
|
|||
|
SyntaxError (/Users/chez/Sites/beathaven/app/models/artists.rb:3: syntax error, unexpected tSYMBEG, expecting ')'
|
|||
|
def getByName(:name)
|
|||
|
^
|
|||
|
/Users/chez/Sites/beathaven/app/models/artists.rb:7: syntax error, unexpected keyword_end, expecting $end):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:34:33 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
Completed in 5ms
|
|||
|
|
|||
|
SyntaxError (/Users/chez/Sites/beathaven/app/models/artists.rb:3: formal argument cannot be an instance variable
|
|||
|
def getByName(@name)
|
|||
|
^):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:35:25 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mSQL (3.9ms)[0m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
Completed in 10ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:35:47 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[36mSQL (3.5ms)[0m [1m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
[0m
|
|||
|
Completed in 11ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:35:48 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mSQL (10.4ms)[0m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
Completed in 17ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:35:58 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[36mSQL (11.3ms)[0m [1m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
[0m
|
|||
|
Completed in 18ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:37:28 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mSQL (7.6ms)[0m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
Completed in 15ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:37:29 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[36mSQL (5.2ms)[0m [1m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
[0m
|
|||
|
Completed in 13ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:38:04 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mSQL (5.9ms)[0m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
Completed in 13ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:38:05 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[36mSQL (7.4ms)[0m [1m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
[0m
|
|||
|
Completed in 14ms
|
|||
|
|
|||
|
NoMethodError (undefined method `getByName' for Artists(Table doesn't exist):Class):
|
|||
|
app/controllers/artist_controller.rb:3:in `view'
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms)
|
|||
|
[1m[36mSQL (5.3ms)[0m [1mSHOW client_min_messages[0m
|
|||
|
[1m[35mSQL (2.3ms)[0m SET client_min_messages TO 'panic'
|
|||
|
[1m[36mSQL (2.1ms)[0m [1mSET standard_conforming_strings = on[0m
|
|||
|
[1m[35mSQL (1.7ms)[0m SET client_min_messages TO 'notice'
|
|||
|
[1m[36mSQL (4.7ms)[0m [1mSET time zone 'UTC'[0m
|
|||
|
[1m[35mSQL (3.5ms)[0m SHOW TIME ZONE
|
|||
|
[1m[36mSQL (23.4ms)[0m [1m SELECT COUNT(*)
|
|||
|
FROM pg_tables
|
|||
|
WHERE tablename = 'bh_artist'
|
|||
|
AND schemaname = 'musicbrainz'
|
|||
|
[0m
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:40:06 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mArtists Load (92.9ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC LIMIT 1
|
|||
|
Completed in 256ms
|
|||
|
|
|||
|
ActionView::MissingTemplate (Missing template artist/view with {:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html], :locale=>[:en, :en]} in view paths "/Users/chez/Sites/beathaven/app/views"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.8ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:40:33 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[36mArtists Load (14.9ms)[0m [1mSELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC LIMIT 1[0m
|
|||
|
Rendered artist/view.rhtml within layouts/application (23.8ms)
|
|||
|
Completed 200 OK in 50ms (Views: 28.1ms | ActiveRecord: 14.9ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:40:52 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mArtists Load (18.2ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC LIMIT 1
|
|||
|
[1m[36mSQL (18.1ms)[0m [1m SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
|
|||
|
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
|||
|
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
|||
|
WHERE a.attrelid = '"musicbrainz"."bh_artist"'::regclass
|
|||
|
AND a.attnum > 0 AND NOT a.attisdropped
|
|||
|
ORDER BY a.attnum
|
|||
|
[0m
|
|||
|
Rendered artist/view.rhtml within layouts/application (31.8ms)
|
|||
|
Completed 200 OK in 62ms (Views: 18.5ms | ActiveRecord: 36.2ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:40:54 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mArtists Load (12.9ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC LIMIT 1
|
|||
|
[1m[36mSQL (6.7ms)[0m [1m SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
|
|||
|
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
|||
|
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
|||
|
WHERE a.attrelid = '"musicbrainz"."bh_artist"'::regclass
|
|||
|
AND a.attnum > 0 AND NOT a.attisdropped
|
|||
|
ORDER BY a.attnum
|
|||
|
[0m
|
|||
|
Rendered artist/view.rhtml within layouts/application (43.5ms)
|
|||
|
Completed 200 OK in 67ms (Views: 40.8ms | ActiveRecord: 19.6ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:41:07 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mArtists Load (10.5ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC LIMIT 1
|
|||
|
[1m[36mSQL (5.8ms)[0m [1m SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
|
|||
|
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
|||
|
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
|||
|
WHERE a.attrelid = '"musicbrainz"."bh_artist"'::regclass
|
|||
|
AND a.attnum > 0 AND NOT a.attisdropped
|
|||
|
ORDER BY a.attnum
|
|||
|
[0m
|
|||
|
Rendered artist/view.rhtml within layouts/application (17.7ms)
|
|||
|
Completed 200 OK in 39ms (Views: 16.2ms | ActiveRecord: 16.3ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artist/Jet/" for 127.0.0.1 at 2011-04-03 18:41:42 +0400
|
|||
|
Processing by ArtistController#view as HTML
|
|||
|
Parameters: {"name"=>"Jet"}
|
|||
|
[1m[35mArtists Load (16.5ms)[0m SELECT "musicbrainz"."bh_artist".* FROM "musicbrainz"."bh_artist" WHERE (name = 'Jet' AND id=credit_id) ORDER BY rating DESC LIMIT 1
|
|||
|
[1m[36mSQL (8.2ms)[0m [1m SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
|
|||
|
FROM pg_attribute a LEFT JOIN pg_attrdef d
|
|||
|
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
|
|||
|
WHERE a.attrelid = '"musicbrainz"."bh_artist"'::regclass
|
|||
|
AND a.attnum > 0 AND NOT a.attisdropped
|
|||
|
ORDER BY a.attnum
|
|||
|
[0m
|
|||
|
Rendered artist/view.rhtml within layouts/application (20.3ms)
|
|||
|
Completed 200 OK in 48ms (Views: 16.6ms | ActiveRecord: 24.7ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artists" for 95.84.12.175 at 2011-04-03 19:28:07 +0400
|
|||
|
|
|||
|
ActionController::RoutingError (No route matches "/artists"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artists/view" for 95.84.12.175 at 2011-04-03 19:28:12 +0400
|
|||
|
|
|||
|
ActionController::RoutingError (No route matches "/artists/view"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artists/view/1" for 95.84.12.175 at 2011-04-03 19:28:15 +0400
|
|||
|
|
|||
|
ActionController::RoutingError (No route matches "/artists/view/1"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
|||
|
|
|||
|
|
|||
|
Started GET "/artists/1" for 95.84.12.175 at 2011-04-03 19:28:19 +0400
|
|||
|
|
|||
|
ActionController::RoutingError (No route matches "/artists/1"):
|
|||
|
|
|||
|
|
|||
|
Rendered /Users/chez/.rvm/gems/ruby-1.9.2-p180@beathaven/gems/actionpack-3.0.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|