spec/dummy/log/development.log in hyper_admin-0.3.0 vs spec/dummy/log/development.log in hyper_admin-0.4.0
- old
+ new
@@ -92597,5 +92597,14670 @@
Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (3.5ms)
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people/new.html" for 127.0.0.1 at 2014-09-20 18:18:17 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (1.1ms)
+Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/people/new" for 127.0.0.1 at 2014-09-20 18:43:03 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 73ms (Views: 72.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 18:43:03 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (5.2ms)
+Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:49:22 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (1.3ms)
+Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people/23.json" for 127.0.0.1 at 2014-09-20 18:49:22 +0200
+Processing by Admin::PeopleController#show as JSON
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.1ms)
+Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:58:35 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.3ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.6ms)
+Completed 200 OK in 222ms (Views: 212.3ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (4.1ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (2.8ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.3ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:58:36 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/hadmin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:58:38 +0200
+
+ActionController::RoutingError (No route matches [GET] "/hadmin/people/23/edit"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.0ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (1.5ms)
+Completed 200 OK in 120ms (Views: 117.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (8.2ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.6ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:58:44 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (3.2ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (0.7ms)
+Completed 200 OK in 102ms (Views: 96.4ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.6ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (2.6ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:58:52 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.7ms)
+Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (3.3ms)
+Completed 200 OK in 167ms (Views: 160.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (2.6ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (3.6ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.6ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:59:04 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.3ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 89ms (Views: 84.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (6.7ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (4.4ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:59:07 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.8ms)
+Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.3ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (4.4ms)
+Completed 200 OK in 193ms (Views: 183.1ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:26 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:59:27 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (2.7ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:59:27 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (2.7ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:59:27 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:59:27 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.3ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/23/edit" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb within layouts/hyper_admin/application (1.2ms)
+Completed 200 OK in 117ms (Views: 115.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (5.3ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin/resource_classes/people.json"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (3.0ms)
+
+
+Started GET "/admin/people/23/edit.html" for 127.0.0.1 at 2014-09-20 18:59:28 +0200
+Processing by Admin::PeopleController#edit as HTML
+ Parameters: {"id"=>"23"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 23]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2014-09-20 18:59:30 +0200
+
+ActionController::RoutingError (No route matches [GET] "/admin"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (39.9ms)
+
+
+Started GET "/admin" for 127.0.0.1 at 2014-09-20 18:59:51 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+
+ActionController::RoutingError (No route matches [GET] "/admin"):
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.2ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.1ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (34.2ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 18:59:54 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 190ms (Views: 188.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (11.1ms)
+Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.1ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 18:59:55 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (4.4ms)
+Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 19:29:19 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 19:29:19 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 19:29:19 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.3ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (8.8ms)
+Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people" for 127.0.0.1 at 2014-09-20 19:30:24 +0200
+
+ActiveRecord::PendingMigrationError (
+
+Migrations are pending. To resolve this issue, run:
+
+ bin/rake db:migrate RAILS_ENV=development
+
+):
+ activerecord (4.1.5) lib/active_record/migration.rb:389:in `check_pending!'
+ activerecord (4.1.5) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.3ms)
+ [1m[36m (3.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35m (0.0ms)[0m select sqlite_version(*)
+ [1m[36m (3.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreateArticles (20140825171947)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m CREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140825171947"]]
+ [1m[35m (2.4ms)[0m commit transaction
+Migrating to CreatePeople (20140826220715)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "created_at" datetime, "updated_at" datetime)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140826220715"]]
+ [1m[35m (2.4ms)[0m commit transaction
+Migrating to AddPublishedAtToArticles (20140916195117)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m ALTER TABLE "articles" ADD "published_at" datetime
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140916195117"]]
+ [1m[35m (2.2ms)[0m commit transaction
+Migrating to AddEmailToPeople (20140916210918)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "email" varchar(255)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140916210918"]]
+ [1m[35m (2.1ms)[0m commit transaction
+Migrating to AddUrlToPeople (20140916211114)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "url" varchar(255)
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140916211114"]]
+ [1m[35m (2.2ms)[0m commit transaction
+Migrating to AddBirthdayToPeople (20140916211657)
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m ALTER TABLE "people" ADD "birthday" date
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140916211657"]]
+ [1m[35m (2.3ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+
+
+Started GET "/admin/people" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.4ms)
+Completed 200 OK in 174ms (Views: 173.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:07 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:31:08 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (11.0ms)
+Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 19:31:08 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 19:31:08 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.4ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 19:31:08 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.7ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:31:12 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:31:12 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:31:12 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.5ms)
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 19:31:15 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.7ms)
+Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 19:31:15 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.7ms)
+Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people/new.html" for 127.0.0.1 at 2014-09-20 19:31:38 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (5.7ms)
+Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/new" for 127.0.0.1 at 2014-09-20 19:31:53 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.4ms)
+Completed 200 OK in 109ms (Views: 109.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:31:53 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:31:54 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:31:55 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.2ms)
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 19:31:55 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 19:31:55 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/new.html" for 127.0.0.1 at 2014-09-20 19:31:55 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 19:31:55 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:32:13 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:32:13 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.7ms)
+Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:32:13 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.7ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:32:17 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (1.6ms)
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:33:44 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:33:44 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.5ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:33:45 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.8ms)
+Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:35:30 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"title"=>"Dignissim purus rhoncus", "body"=>"Risus in aenean tristique sit porttitor lorem platea sagittis in tempor auctor urna, proin, porta, penatibus lacus lundium purus sed adipiscing turpis aliquam porta cum, vut etiam, cras, porta placerat eros aenean lorem natoque enim hac! Amet tortor, placerat mus auctor nunc, porttitor turpis nascetur vut? Porttitor purus, et purus nec. Vut, tincidunt dictumst, scelerisque, porttitor. Egestas magna placerat! Porta, dapibus et aliquam placerat scelerisque scelerisque lectus habitasse mauris magna montes magna scelerisque magna sit enim placerat, dis, mattis phasellus pid ac lorem a cras pulvinar aliquet sit. Et porta? Placerat enim elementum nec? Arcu ultrices pulvinar vel aenean. Elementum.\n\nVelit nunc! Adipiscing elementum ultrices urna! Et! In tincidunt eros! Phasellus odio ultricies, enim nisi pellentesque ultricies pellentesque ac, ac etiam pellentesque elementum dignissim nec! Urna eu sociis platea et hac. Phasellus lundium nisi tristique nunc sit velit pulvinar odio aliquet vel non, enim cum sagittis. Tempor integer sed. Scelerisque et, etiam. Sit nunc augue? Sit dignissim! Placerat porta? Non lacus in a turpis cras nascetur ac. Cursus tincidunt dictumst adipiscing ultricies nisi! Aenean, eros dis? Amet scelerisque in, porttitor scelerisque pulvinar ac nunc scelerisque lacus ac a montes? Tincidunt vel platea, lorem lundium magnis, lorem ut! Adipiscing a.\n\nPlatea aliquam, lundium habitasse adipiscing vel adipiscing. Est tortor mauris a tristique in, in! In, lundium a? Purus nunc? Magnis dapibus, cras. Aliquet? Cras porttitor nascetur, parturient aliquet sit. Placerat urna sociis eros augue nascetur ac augue. Lundium nisi, tortor auctor et diam turpis elit magna ac, aliquet etiam quis! Aliquet, pellentesque integer mauris sit risus lacus augue, turpis magna magnis porta nisi, nisi porta? Et etiam odio nec? Nascetur dis, parturient nisi integer, ac pulvinar elementum. Urna risus, rhoncus phasellus adipiscing sit sed turpis odio lacus. Egestas odio nisi lacus nisi, scelerisque. Odio proin? Rhoncus tristique? Placerat ut.\n\nNatoque a pulvinar tincidunt nec integer odio pulvinar tincidunt aliquet non adipiscing scelerisque odio montes, aliquet turpis, tincidunt, ac proin! Lacus scelerisque integer sagittis rhoncus, in phasellus, natoque! Enim dapibus dis. Proin, est magna cras. Scelerisque in, urna integer ultricies amet, lectus augue rhoncus aenean risus penatibus sit ultricies vel a sagittis nascetur? Sociis cras risus etiam dignissim sit! Arcu tempor, cursus amet integer! Sociis velit porttitor? Elementum amet in nunc, scelerisque parturient pellentesque porttitor, porta ac? Enim ut a et? Sagittis! Et? Aliquam est a mauris! Turpis elit tortor dignissim nunc velit amet amet. Odio lundium augue? Cum.", "published_at"=>"2014-04-08T16:00:00.000Z", "article"=>{"title"=>"Dignissim purus rhoncus", "body"=>"Risus in aenean tristique sit porttitor lorem platea sagittis in tempor auctor urna, proin, porta, penatibus lacus lundium purus sed adipiscing turpis aliquam porta cum, vut etiam, cras, porta placerat eros aenean lorem natoque enim hac! Amet tortor, placerat mus auctor nunc, porttitor turpis nascetur vut? Porttitor purus, et purus nec. Vut, tincidunt dictumst, scelerisque, porttitor. Egestas magna placerat! Porta, dapibus et aliquam placerat scelerisque scelerisque lectus habitasse mauris magna montes magna scelerisque magna sit enim placerat, dis, mattis phasellus pid ac lorem a cras pulvinar aliquet sit. Et porta? Placerat enim elementum nec? Arcu ultrices pulvinar vel aenean. Elementum.\n\nVelit nunc! Adipiscing elementum ultrices urna! Et! In tincidunt eros! Phasellus odio ultricies, enim nisi pellentesque ultricies pellentesque ac, ac etiam pellentesque elementum dignissim nec! Urna eu sociis platea et hac. Phasellus lundium nisi tristique nunc sit velit pulvinar odio aliquet vel non, enim cum sagittis. Tempor integer sed. Scelerisque et, etiam. Sit nunc augue? Sit dignissim! Placerat porta? Non lacus in a turpis cras nascetur ac. Cursus tincidunt dictumst adipiscing ultricies nisi! Aenean, eros dis? Amet scelerisque in, porttitor scelerisque pulvinar ac nunc scelerisque lacus ac a montes? Tincidunt vel platea, lorem lundium magnis, lorem ut! Adipiscing a.\n\nPlatea aliquam, lundium habitasse adipiscing vel adipiscing. Est tortor mauris a tristique in, in! In, lundium a? Purus nunc? Magnis dapibus, cras. Aliquet? Cras porttitor nascetur, parturient aliquet sit. Placerat urna sociis eros augue nascetur ac augue. Lundium nisi, tortor auctor et diam turpis elit magna ac, aliquet etiam quis! Aliquet, pellentesque integer mauris sit risus lacus augue, turpis magna magnis porta nisi, nisi porta? Et etiam odio nec? Nascetur dis, parturient nisi integer, ac pulvinar elementum. Urna risus, rhoncus phasellus adipiscing sit sed turpis odio lacus. Egestas odio nisi lacus nisi, scelerisque. Odio proin? Rhoncus tristique? Placerat ut.\n\nNatoque a pulvinar tincidunt nec integer odio pulvinar tincidunt aliquet non adipiscing scelerisque odio montes, aliquet turpis, tincidunt, ac proin! Lacus scelerisque integer sagittis rhoncus, in phasellus, natoque! Enim dapibus dis. Proin, est magna cras. Scelerisque in, urna integer ultricies amet, lectus augue rhoncus aenean risus penatibus sit ultricies vel a sagittis nascetur? Sociis cras risus etiam dignissim sit! Arcu tempor, cursus amet integer! Sociis velit porttitor? Elementum amet in nunc, scelerisque parturient pellentesque porttitor, porta ac? Enim ut a et? Sagittis! Et? Aliquam est a mauris! Turpis elit tortor dignissim nunc velit amet amet. Odio lundium augue? Cum.", "published_at"=>"2014-04-08T16:00:00.000Z"}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "articles" ("body", "created_at", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["body", "Risus in aenean tristique sit porttitor lorem platea sagittis in tempor auctor urna, proin, porta, penatibus lacus lundium purus sed adipiscing turpis aliquam porta cum, vut etiam, cras, porta placerat eros aenean lorem natoque enim hac! Amet tortor, placerat mus auctor nunc, porttitor turpis nascetur vut? Porttitor purus, et purus nec. Vut, tincidunt dictumst, scelerisque, porttitor. Egestas magna placerat! Porta, dapibus et aliquam placerat scelerisque scelerisque lectus habitasse mauris magna montes magna scelerisque magna sit enim placerat, dis, mattis phasellus pid ac lorem a cras pulvinar aliquet sit. Et porta? Placerat enim elementum nec? Arcu ultrices pulvinar vel aenean. Elementum.\n\nVelit nunc! Adipiscing elementum ultrices urna! Et! In tincidunt eros! Phasellus odio ultricies, enim nisi pellentesque ultricies pellentesque ac, ac etiam pellentesque elementum dignissim nec! Urna eu sociis platea et hac. Phasellus lundium nisi tristique nunc sit velit pulvinar odio aliquet vel non, enim cum sagittis. Tempor integer sed. Scelerisque et, etiam. Sit nunc augue? Sit dignissim! Placerat porta? Non lacus in a turpis cras nascetur ac. Cursus tincidunt dictumst adipiscing ultricies nisi! Aenean, eros dis? Amet scelerisque in, porttitor scelerisque pulvinar ac nunc scelerisque lacus ac a montes? Tincidunt vel platea, lorem lundium magnis, lorem ut! Adipiscing a.\n\nPlatea aliquam, lundium habitasse adipiscing vel adipiscing. Est tortor mauris a tristique in, in! In, lundium a? Purus nunc? Magnis dapibus, cras. Aliquet? Cras porttitor nascetur, parturient aliquet sit. Placerat urna sociis eros augue nascetur ac augue. Lundium nisi, tortor auctor et diam turpis elit magna ac, aliquet etiam quis! Aliquet, pellentesque integer mauris sit risus lacus augue, turpis magna magnis porta nisi, nisi porta? Et etiam odio nec? Nascetur dis, parturient nisi integer, ac pulvinar elementum. Urna risus, rhoncus phasellus adipiscing sit sed turpis odio lacus. Egestas odio nisi lacus nisi, scelerisque. Odio proin? Rhoncus tristique? Placerat ut.\n\nNatoque a pulvinar tincidunt nec integer odio pulvinar tincidunt aliquet non adipiscing scelerisque odio montes, aliquet turpis, tincidunt, ac proin! Lacus scelerisque integer sagittis rhoncus, in phasellus, natoque! Enim dapibus dis. Proin, est magna cras. Scelerisque in, urna integer ultricies amet, lectus augue rhoncus aenean risus penatibus sit ultricies vel a sagittis nascetur? Sociis cras risus etiam dignissim sit! Arcu tempor, cursus amet integer! Sociis velit porttitor? Elementum amet in nunc, scelerisque parturient pellentesque porttitor, porta ac? Enim ut a et? Sagittis! Et? Aliquam est a mauris! Turpis elit tortor dignissim nunc velit amet amet. Odio lundium augue? Cum."], ["created_at", "2014-09-20 17:35:30.318505"], ["published_at", "2014-04-08 16:00:00.000000"], ["title", "Dignissim purus rhoncus"], ["updated_at", "2014-09-20 17:35:30.318505"]]
+ [1m[35m (3.6ms)[0m commit transaction
+Completed 200 OK in 13ms (Views: 0.4ms | ActiveRecord: 3.9ms)
+
+
+Started GET "/admin/articles/1.html" for 127.0.0.1 at 2014-09-20 19:35:30 +0200
+Processing by Admin::ArticlesController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.3ms)
+Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/1.json" for 127.0.0.1 at 2014-09-20 19:35:30 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.3ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:36:03 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"body"=>"Parturient, natoque est magnis nisi tempor vel. Penatibus nunc, nisi elementum, eu. Hac hac porta enim, aenean! Purus natoque tristique nisi platea placerat phasellus, enim amet et augue nunc nec, velit porttitor hac tristique vut elementum, nascetur montes ridiculus sagittis. Vel egestas pid adipiscing dictumst mauris nascetur cursus porta sed, sit. Nunc, sed magna? Rhoncus quis lundium, in tincidunt cras! Massa duis mus ac cum pellentesque augue risus et sagittis elementum dapibus, et! Cursus ultrices? Dolor aenean mattis. Vel purus nunc hac ridiculus hac, etiam enim cursus! In! Massa, elementum, risus purus nunc. Ac in, integer odio vel! Ac integer.\n\nUrna sit magna, est. Mus, cras nec, porttitor, magnis, adipiscing mauris tincidunt duis vel sit pulvinar lacus? Mauris? Platea? Ut vel ac nascetur ultricies, platea? Mauris hac, amet pid eu mid, diam auctor. Lectus cursus placerat dolor est in, a vel tortor nec, urna phasellus placerat elit pid turpis magnis ac. Pellentesque, enim velit dictumst, integer dolor placerat pulvinar turpis, porttitor nisi, et amet, magna augue risus! Natoque turpis! Lundium? Dapibus? Rhoncus natoque aenean quis. Magnis dignissim! Integer elementum, odio ac! Ultricies. Urna proin tincidunt! Mid! Platea vel porta? Tortor placerat, magna lectus et rhoncus? Ut integer. Magna eros.\n\nFacilisis risus augue non rhoncus magna ac in et. Proin habitasse porta integer eros, a? Adipiscing ultricies magna eu nisi urna! Integer etiam nascetur, eu turpis ac? A elementum elementum nunc magna lacus placerat augue dis, est, pellentesque placerat. Integer urna massa massa tincidunt, cras mattis ac, cursus ac, scelerisque est! Mid dignissim tristique, ultrices, nec, diam? Magna rhoncus adipiscing adipiscing et adipiscing mattis, elit proin habitasse, sagittis ac, sagittis augue dignissim ac et adipiscing hac dolor tortor et cras ac pulvinar eu, urna egestas mauris eros? Tincidunt, mid turpis proin, in ut mauris ridiculus? Porta lundium sagittis facilisis.\n\nOdio cum sed, a vel? Nunc porttitor diam rhoncus dapibus. Tempor, placerat sagittis elementum enim dignissim aliquam ut tincidunt scelerisque. Mauris ridiculus augue, tortor nec. Sit, est odio tincidunt porttitor sed. Lectus, cum nunc placerat, nec eros sit natoque dolor et turpis elit et! Enim non nec, tempor magnis enim porta, magnis arcu mus mus et et eu enim dapibus arcu adipiscing quis, sociis cum, ac sed. Augue platea, natoque turpis turpis elementum, tortor augue adipiscing elit? Penatibus etiam. Vut vut arcu sit! In, ac montes natoque sit aenean augue odio platea mus non ultrices odio sagittis sit! Et.", "published_at"=>"2013-03-04T13:00:00.000Z", "article"=>{"body"=>"Parturient, natoque est magnis nisi tempor vel. Penatibus nunc, nisi elementum, eu. Hac hac porta enim, aenean! Purus natoque tristique nisi platea placerat phasellus, enim amet et augue nunc nec, velit porttitor hac tristique vut elementum, nascetur montes ridiculus sagittis. Vel egestas pid adipiscing dictumst mauris nascetur cursus porta sed, sit. Nunc, sed magna? Rhoncus quis lundium, in tincidunt cras! Massa duis mus ac cum pellentesque augue risus et sagittis elementum dapibus, et! Cursus ultrices? Dolor aenean mattis. Vel purus nunc hac ridiculus hac, etiam enim cursus! In! Massa, elementum, risus purus nunc. Ac in, integer odio vel! Ac integer.\n\nUrna sit magna, est. Mus, cras nec, porttitor, magnis, adipiscing mauris tincidunt duis vel sit pulvinar lacus? Mauris? Platea? Ut vel ac nascetur ultricies, platea? Mauris hac, amet pid eu mid, diam auctor. Lectus cursus placerat dolor est in, a vel tortor nec, urna phasellus placerat elit pid turpis magnis ac. Pellentesque, enim velit dictumst, integer dolor placerat pulvinar turpis, porttitor nisi, et amet, magna augue risus! Natoque turpis! Lundium? Dapibus? Rhoncus natoque aenean quis. Magnis dignissim! Integer elementum, odio ac! Ultricies. Urna proin tincidunt! Mid! Platea vel porta? Tortor placerat, magna lectus et rhoncus? Ut integer. Magna eros.\n\nFacilisis risus augue non rhoncus magna ac in et. Proin habitasse porta integer eros, a? Adipiscing ultricies magna eu nisi urna! Integer etiam nascetur, eu turpis ac? A elementum elementum nunc magna lacus placerat augue dis, est, pellentesque placerat. Integer urna massa massa tincidunt, cras mattis ac, cursus ac, scelerisque est! Mid dignissim tristique, ultrices, nec, diam? Magna rhoncus adipiscing adipiscing et adipiscing mattis, elit proin habitasse, sagittis ac, sagittis augue dignissim ac et adipiscing hac dolor tortor et cras ac pulvinar eu, urna egestas mauris eros? Tincidunt, mid turpis proin, in ut mauris ridiculus? Porta lundium sagittis facilisis.\n\nOdio cum sed, a vel? Nunc porttitor diam rhoncus dapibus. Tempor, placerat sagittis elementum enim dignissim aliquam ut tincidunt scelerisque. Mauris ridiculus augue, tortor nec. Sit, est odio tincidunt porttitor sed. Lectus, cum nunc placerat, nec eros sit natoque dolor et turpis elit et! Enim non nec, tempor magnis enim porta, magnis arcu mus mus et et eu enim dapibus arcu adipiscing quis, sociis cum, ac sed. Augue platea, natoque turpis turpis elementum, tortor augue adipiscing elit? Penatibus etiam. Vut vut arcu sit! In, ac montes natoque sit aenean augue odio platea mus non ultrices odio sagittis sit! Et.", "published_at"=>"2013-03-04T13:00:00.000Z"}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: "Parturient, natoque est magnis nisi tempor vel. Pe...", created_at: nil, updated_at: nil, published_at: "2013-03-04 13:00:00">
+[33m => Title can't be blank[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 19:41:43 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 441ms (Views: 440.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.9ms)
+Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:41:44 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.2ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.2ms)
+Completed 200 OK in 115ms (Views: 114.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:41:46 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:41:47 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:41:47 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:41:47 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:41:47 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:41:47 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.2ms)
+Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:42:13 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"body"=>"Pid, rhoncus enim magnis risus mid et placerat in dis lundium sed. Dis vel vut sit nisi nisi lorem lectus, facilisis tristique, aenean magna sed habitasse pid in dignissim penatibus augue penatibus eros ut enim purus, tincidunt lacus penatibus mattis, vel a elementum odio? Dolor elit ridiculus scelerisque? Porttitor porta aenean magnis eros! Pulvinar porta habitasse vel rhoncus tempor nec, etiam arcu mid! Odio massa? Lectus porttitor cursus in dignissim, turpis placerat! Porttitor scelerisque a? Nec vut nec diam nec. Tincidunt phasellus vut, in! Natoque nec et! Tempor scelerisque mauris urna scelerisque turpis eu dictumst, urna, nisi in adipiscing porttitor.\n\nAc, diam augue? Turpis facilisis urna purus ut mid, est tortor. Ultrices aliquet parturient cras vel? Velit diam! Etiam, urna ridiculus facilisis! Massa mauris quis, ac porta? Ac nunc et dapibus? Odio lectus urna, tristique et mattis tortor pulvinar nec a massa nunc, aliquam eu tempor? A, scelerisque diam, auctor rhoncus cum nunc cursus aliquam turpis odio aenean ac mattis lundium nascetur diam augue pulvinar lectus tristique facilisis non augue tristique montes! Non, non turpis nisi rhoncus magnis tincidunt mid mattis! Rhoncus nec ut nisi, et eu enim tristique lectus nisi tincidunt et in dignissim adipiscing diam, montes mauris.\n\nNunc turpis odio ultrices elit, ac phasellus, cum placerat, augue porta vel vel turpis dolor sit porta eu amet sed, integer ac aenean! Placerat, integer in ut augue augue non sagittis, amet auctor! Sociis augue vel ut dolor magna? Aenean sed elementum sit tincidunt egestas integer quis ridiculus. Et, natoque rhoncus ac, dis dapibus tempor porttitor dolor, dapibus turpis magna augue? Augue nunc, pellentesque et hac pid nec cum montes arcu massa, nisi dignissim aliquam integer placerat cras velit, elit nisi rhoncus turpis, tempor! Arcu duis purus. Ac et magna sed enim magnis? Cursus adipiscing nec vel dolor vel.\n\nMid odio non. Turpis dolor non nec, mauris hac ut aliquet. Pulvinar tincidunt adipiscing? Vut in et! Purus rhoncus! Pid pulvinar aliquam? Ridiculus turpis enim duis nisi lundium augue, cras tristique? Tincidunt! Etiam platea, elementum, diam ac nec arcu, eros natoque? Cum dolor tincidunt parturient habitasse lundium aliquam lundium? Tincidunt auctor, nascetur magna placerat ac ac facilisis auctor platea. Nec, nisi non non duis dis turpis risus. Eu sed elit enim, porta risus, tincidunt? Cras, tincidunt, cum vel integer massa mauris lundium sagittis, porttitor, rhoncus aenean? Mauris? Montes porta, magnis? In sit tempor cras augue! Lorem aliquet nisi aliquet.", "title"=>"", "published_at"=>"2014-02-04T13:00:00.000Z", "article"=>{"title"=>"", "body"=>"Pid, rhoncus enim magnis risus mid et placerat in dis lundium sed. Dis vel vut sit nisi nisi lorem lectus, facilisis tristique, aenean magna sed habitasse pid in dignissim penatibus augue penatibus eros ut enim purus, tincidunt lacus penatibus mattis, vel a elementum odio? Dolor elit ridiculus scelerisque? Porttitor porta aenean magnis eros! Pulvinar porta habitasse vel rhoncus tempor nec, etiam arcu mid! Odio massa? Lectus porttitor cursus in dignissim, turpis placerat! Porttitor scelerisque a? Nec vut nec diam nec. Tincidunt phasellus vut, in! Natoque nec et! Tempor scelerisque mauris urna scelerisque turpis eu dictumst, urna, nisi in adipiscing porttitor.\n\nAc, diam augue? Turpis facilisis urna purus ut mid, est tortor. Ultrices aliquet parturient cras vel? Velit diam! Etiam, urna ridiculus facilisis! Massa mauris quis, ac porta? Ac nunc et dapibus? Odio lectus urna, tristique et mattis tortor pulvinar nec a massa nunc, aliquam eu tempor? A, scelerisque diam, auctor rhoncus cum nunc cursus aliquam turpis odio aenean ac mattis lundium nascetur diam augue pulvinar lectus tristique facilisis non augue tristique montes! Non, non turpis nisi rhoncus magnis tincidunt mid mattis! Rhoncus nec ut nisi, et eu enim tristique lectus nisi tincidunt et in dignissim adipiscing diam, montes mauris.\n\nNunc turpis odio ultrices elit, ac phasellus, cum placerat, augue porta vel vel turpis dolor sit porta eu amet sed, integer ac aenean! Placerat, integer in ut augue augue non sagittis, amet auctor! Sociis augue vel ut dolor magna? Aenean sed elementum sit tincidunt egestas integer quis ridiculus. Et, natoque rhoncus ac, dis dapibus tempor porttitor dolor, dapibus turpis magna augue? Augue nunc, pellentesque et hac pid nec cum montes arcu massa, nisi dignissim aliquam integer placerat cras velit, elit nisi rhoncus turpis, tempor! Arcu duis purus. Ac et magna sed enim magnis? Cursus adipiscing nec vel dolor vel.\n\nMid odio non. Turpis dolor non nec, mauris hac ut aliquet. Pulvinar tincidunt adipiscing? Vut in et! Purus rhoncus! Pid pulvinar aliquam? Ridiculus turpis enim duis nisi lundium augue, cras tristique? Tincidunt! Etiam platea, elementum, diam ac nec arcu, eros natoque? Cum dolor tincidunt parturient habitasse lundium aliquam lundium? Tincidunt auctor, nascetur magna placerat ac ac facilisis auctor platea. Nec, nisi non non duis dis turpis risus. Eu sed elit enim, porta risus, tincidunt? Cras, tincidunt, cum vel integer massa mauris lundium sagittis, porttitor, rhoncus aenean? Mauris? Montes porta, magnis? In sit tempor cras augue! Lorem aliquet nisi aliquet.", "published_at"=>"2014-02-04T13:00:00.000Z"}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: "", body: "Pid, rhoncus enim magnis risus mid et placerat in ...", created_at: nil, updated_at: nil, published_at: "2014-02-04 13:00:00">
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:42:18 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:42:18 +0200
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:44:20 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"body"=>"Pid, rhoncus enim magnis risus mid et placerat in dis lundium sed. Dis vel vut sit nisi nisi lorem lectus, facilisis tristique, aenean magna sed habitasse pid in dignissim penatibus augue penatibus eros ut enim purus, tincidunt lacus penatibus mattis, vel a elementum odio? Dolor elit ridiculus scelerisque? Porttitor porta aenean magnis eros! Pulvinar porta habitasse vel rhoncus tempor nec, etiam arcu mid! Odio massa? Lectus porttitor cursus in dignissim, turpis placerat! Porttitor scelerisque a? Nec vut nec diam nec. Tincidunt phasellus vut, in! Natoque nec et! Tempor scelerisque mauris urna scelerisque turpis eu dictumst, urna, nisi in adipiscing porttitor.\n\nAc, diam augue? Turpis facilisis urna purus ut mid, est tortor. Ultrices aliquet parturient cras vel? Velit diam! Etiam, urna ridiculus facilisis! Massa mauris quis, ac porta? Ac nunc et dapibus? Odio lectus urna, tristique et mattis tortor pulvinar nec a massa nunc, aliquam eu tempor? A, scelerisque diam, auctor rhoncus cum nunc cursus aliquam turpis odio aenean ac mattis lundium nascetur diam augue pulvinar lectus tristique facilisis non augue tristique montes! Non, non turpis nisi rhoncus magnis tincidunt mid mattis! Rhoncus nec ut nisi, et eu enim tristique lectus nisi tincidunt et in dignissim adipiscing diam, montes mauris.\n\nNunc turpis odio ultrices elit, ac phasellus, cum placerat, augue porta vel vel turpis dolor sit porta eu amet sed, integer ac aenean! Placerat, integer in ut augue augue non sagittis, amet auctor! Sociis augue vel ut dolor magna? Aenean sed elementum sit tincidunt egestas integer quis ridiculus. Et, natoque rhoncus ac, dis dapibus tempor porttitor dolor, dapibus turpis magna augue? Augue nunc, pellentesque et hac pid nec cum montes arcu massa, nisi dignissim aliquam integer placerat cras velit, elit nisi rhoncus turpis, tempor! Arcu duis purus. Ac et magna sed enim magnis? Cursus adipiscing nec vel dolor vel.\n\nMid odio non. Turpis dolor non nec, mauris hac ut aliquet. Pulvinar tincidunt adipiscing? Vut in et! Purus rhoncus! Pid pulvinar aliquam? Ridiculus turpis enim duis nisi lundium augue, cras tristique? Tincidunt! Etiam platea, elementum, diam ac nec arcu, eros natoque? Cum dolor tincidunt parturient habitasse lundium aliquam lundium? Tincidunt auctor, nascetur magna placerat ac ac facilisis auctor platea. Nec, nisi non non duis dis turpis risus. Eu sed elit enim, porta risus, tincidunt? Cras, tincidunt, cum vel integer massa mauris lundium sagittis, porttitor, rhoncus aenean? Mauris? Montes porta, magnis? In sit tempor cras augue! Lorem aliquet nisi aliquet.", "title"=>"", "published_at"=>"2014-02-04T13:00:00.000Z", "article"=>{"title"=>"", "body"=>"Pid, rhoncus enim magnis risus mid et placerat in dis lundium sed. Dis vel vut sit nisi nisi lorem lectus, facilisis tristique, aenean magna sed habitasse pid in dignissim penatibus augue penatibus eros ut enim purus, tincidunt lacus penatibus mattis, vel a elementum odio? Dolor elit ridiculus scelerisque? Porttitor porta aenean magnis eros! Pulvinar porta habitasse vel rhoncus tempor nec, etiam arcu mid! Odio massa? Lectus porttitor cursus in dignissim, turpis placerat! Porttitor scelerisque a? Nec vut nec diam nec. Tincidunt phasellus vut, in! Natoque nec et! Tempor scelerisque mauris urna scelerisque turpis eu dictumst, urna, nisi in adipiscing porttitor.\n\nAc, diam augue? Turpis facilisis urna purus ut mid, est tortor. Ultrices aliquet parturient cras vel? Velit diam! Etiam, urna ridiculus facilisis! Massa mauris quis, ac porta? Ac nunc et dapibus? Odio lectus urna, tristique et mattis tortor pulvinar nec a massa nunc, aliquam eu tempor? A, scelerisque diam, auctor rhoncus cum nunc cursus aliquam turpis odio aenean ac mattis lundium nascetur diam augue pulvinar lectus tristique facilisis non augue tristique montes! Non, non turpis nisi rhoncus magnis tincidunt mid mattis! Rhoncus nec ut nisi, et eu enim tristique lectus nisi tincidunt et in dignissim adipiscing diam, montes mauris.\n\nNunc turpis odio ultrices elit, ac phasellus, cum placerat, augue porta vel vel turpis dolor sit porta eu amet sed, integer ac aenean! Placerat, integer in ut augue augue non sagittis, amet auctor! Sociis augue vel ut dolor magna? Aenean sed elementum sit tincidunt egestas integer quis ridiculus. Et, natoque rhoncus ac, dis dapibus tempor porttitor dolor, dapibus turpis magna augue? Augue nunc, pellentesque et hac pid nec cum montes arcu massa, nisi dignissim aliquam integer placerat cras velit, elit nisi rhoncus turpis, tempor! Arcu duis purus. Ac et magna sed enim magnis? Cursus adipiscing nec vel dolor vel.\n\nMid odio non. Turpis dolor non nec, mauris hac ut aliquet. Pulvinar tincidunt adipiscing? Vut in et! Purus rhoncus! Pid pulvinar aliquam? Ridiculus turpis enim duis nisi lundium augue, cras tristique? Tincidunt! Etiam platea, elementum, diam ac nec arcu, eros natoque? Cum dolor tincidunt parturient habitasse lundium aliquam lundium? Tincidunt auctor, nascetur magna placerat ac ac facilisis auctor platea. Nec, nisi non non duis dis turpis risus. Eu sed elit enim, porta risus, tincidunt? Cras, tincidunt, cum vel integer massa mauris lundium sagittis, porttitor, rhoncus aenean? Mauris? Montes porta, magnis? In sit tempor cras augue! Lorem aliquet nisi aliquet.", "published_at"=>"2014-02-04T13:00:00.000Z"}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: "", body: "Pid, rhoncus enim magnis risus mid et placerat in ...", created_at: nil, updated_at: nil, published_at: "2014-02-04 13:00:00">
+[33m => Title can't be blank[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:44:29 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"body"=>"Pid, rhoncus enim magnis risus mid et placerat in dis lundium sed. Dis vel vut sit nisi nisi lorem lectus, facilisis tristique, aenean magna sed habitasse pid in dignissim penatibus augue penatibus eros ut enim purus, tincidunt lacus penatibus mattis, vel a elementum odio? Dolor elit ridiculus scelerisque? Porttitor porta aenean magnis eros! Pulvinar porta habitasse vel rhoncus tempor nec, etiam arcu mid! Odio massa? Lectus porttitor cursus in dignissim, turpis placerat! Porttitor scelerisque a? Nec vut nec diam nec. Tincidunt phasellus vut, in! Natoque nec et! Tempor scelerisque mauris urna scelerisque turpis eu dictumst, urna, nisi in adipiscing porttitor.\n\nAc, diam augue? Turpis facilisis urna purus ut mid, est tortor. Ultrices aliquet parturient cras vel? Velit diam! Etiam, urna ridiculus facilisis! Massa mauris quis, ac porta? Ac nunc et dapibus? Odio lectus urna, tristique et mattis tortor pulvinar nec a massa nunc, aliquam eu tempor? A, scelerisque diam, auctor rhoncus cum nunc cursus aliquam turpis odio aenean ac mattis lundium nascetur diam augue pulvinar lectus tristique facilisis non augue tristique montes! Non, non turpis nisi rhoncus magnis tincidunt mid mattis! Rhoncus nec ut nisi, et eu enim tristique lectus nisi tincidunt et in dignissim adipiscing diam, montes mauris.\n\nNunc turpis odio ultrices elit, ac phasellus, cum placerat, augue porta vel vel turpis dolor sit porta eu amet sed, integer ac aenean! Placerat, integer in ut augue augue non sagittis, amet auctor! Sociis augue vel ut dolor magna? Aenean sed elementum sit tincidunt egestas integer quis ridiculus. Et, natoque rhoncus ac, dis dapibus tempor porttitor dolor, dapibus turpis magna augue? Augue nunc, pellentesque et hac pid nec cum montes arcu massa, nisi dignissim aliquam integer placerat cras velit, elit nisi rhoncus turpis, tempor! Arcu duis purus. Ac et magna sed enim magnis? Cursus adipiscing nec vel dolor vel.\n\nMid odio non. Turpis dolor non nec, mauris hac ut aliquet. Pulvinar tincidunt adipiscing? Vut in et! Purus rhoncus! Pid pulvinar aliquam? Ridiculus turpis enim duis nisi lundium augue, cras tristique? Tincidunt! Etiam platea, elementum, diam ac nec arcu, eros natoque? Cum dolor tincidunt parturient habitasse lundium aliquam lundium? Tincidunt auctor, nascetur magna placerat ac ac facilisis auctor platea. Nec, nisi non non duis dis turpis risus. Eu sed elit enim, porta risus, tincidunt? Cras, tincidunt, cum vel integer massa mauris lundium sagittis, porttitor, rhoncus aenean? Mauris? Montes porta, magnis? In sit tempor cras augue! Lorem aliquet nisi aliquet.", "title"=>"", "published_at"=>"2014-02-04T13:00:00.000Z", "article"=>{"title"=>"", "body"=>"Pid, rhoncus enim magnis risus mid et placerat in dis lundium sed. Dis vel vut sit nisi nisi lorem lectus, facilisis tristique, aenean magna sed habitasse pid in dignissim penatibus augue penatibus eros ut enim purus, tincidunt lacus penatibus mattis, vel a elementum odio? Dolor elit ridiculus scelerisque? Porttitor porta aenean magnis eros! Pulvinar porta habitasse vel rhoncus tempor nec, etiam arcu mid! Odio massa? Lectus porttitor cursus in dignissim, turpis placerat! Porttitor scelerisque a? Nec vut nec diam nec. Tincidunt phasellus vut, in! Natoque nec et! Tempor scelerisque mauris urna scelerisque turpis eu dictumst, urna, nisi in adipiscing porttitor.\n\nAc, diam augue? Turpis facilisis urna purus ut mid, est tortor. Ultrices aliquet parturient cras vel? Velit diam! Etiam, urna ridiculus facilisis! Massa mauris quis, ac porta? Ac nunc et dapibus? Odio lectus urna, tristique et mattis tortor pulvinar nec a massa nunc, aliquam eu tempor? A, scelerisque diam, auctor rhoncus cum nunc cursus aliquam turpis odio aenean ac mattis lundium nascetur diam augue pulvinar lectus tristique facilisis non augue tristique montes! Non, non turpis nisi rhoncus magnis tincidunt mid mattis! Rhoncus nec ut nisi, et eu enim tristique lectus nisi tincidunt et in dignissim adipiscing diam, montes mauris.\n\nNunc turpis odio ultrices elit, ac phasellus, cum placerat, augue porta vel vel turpis dolor sit porta eu amet sed, integer ac aenean! Placerat, integer in ut augue augue non sagittis, amet auctor! Sociis augue vel ut dolor magna? Aenean sed elementum sit tincidunt egestas integer quis ridiculus. Et, natoque rhoncus ac, dis dapibus tempor porttitor dolor, dapibus turpis magna augue? Augue nunc, pellentesque et hac pid nec cum montes arcu massa, nisi dignissim aliquam integer placerat cras velit, elit nisi rhoncus turpis, tempor! Arcu duis purus. Ac et magna sed enim magnis? Cursus adipiscing nec vel dolor vel.\n\nMid odio non. Turpis dolor non nec, mauris hac ut aliquet. Pulvinar tincidunt adipiscing? Vut in et! Purus rhoncus! Pid pulvinar aliquam? Ridiculus turpis enim duis nisi lundium augue, cras tristique? Tincidunt! Etiam platea, elementum, diam ac nec arcu, eros natoque? Cum dolor tincidunt parturient habitasse lundium aliquam lundium? Tincidunt auctor, nascetur magna placerat ac ac facilisis auctor platea. Nec, nisi non non duis dis turpis risus. Eu sed elit enim, porta risus, tincidunt? Cras, tincidunt, cum vel integer massa mauris lundium sagittis, porttitor, rhoncus aenean? Mauris? Montes porta, magnis? In sit tempor cras augue! Lorem aliquet nisi aliquet.", "published_at"=>"2014-02-04T13:00:00.000Z"}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: "", body: "Pid, rhoncus enim magnis risus mid et placerat in ...", created_at: nil, updated_at: nil, published_at: "2014-02-04 13:00:00">
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 4ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:44:45 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.6ms)
+Completed 200 OK in 351ms (Views: 351.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.5ms)
+Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:44:46 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:44:48 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 289ms (Views: 288.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:45:30 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:45:31 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.5ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:45:31 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:45:31 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.7ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:45:31 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.8ms)
+Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:45:31 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:45:34 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 9ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.8ms)
+Completed 200 OK in 317ms (Views: 316.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.4ms)
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:46:57 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:46:58 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:47:04 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:47:05 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.0ms)
+Completed 200 OK in 121ms (Views: 120.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.0ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.4ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:47:06 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.0ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:47:07 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:47:26 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 288ms (Views: 287.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.4ms)
+Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:47:27 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:47:28 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.7ms)
+Completed 200 OK in 332ms (Views: 331.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:22 +0200
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:31 +0200
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:53:41 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 71ms (Views: 70.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:42 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+Completed 200 OK in 95ms (Views: 94.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:46 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 19:53:57 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+Completed 200 OK in 373ms (Views: 372.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:57 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:53:57 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:53:57 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.7ms)
+Completed 200 OK in 362ms (Views: 361.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (11.9ms)
+Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.8ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:54:29 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (5.2ms)
+Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 19:54:34 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+Completed 200 OK in 85ms (Views: 84.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:54:34 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:54:34 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 105ms (Views: 104.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:39 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:40 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:40 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:54:40 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:55:02 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.2ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:55:02 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.8ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:55:02 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:55:02 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.6ms)
+Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/1/edit.html" for 127.0.0.1 at 2014-09-20 19:55:04 +0200
+Processing by Admin::ArticlesController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mArticle Load (0.3ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (3.0ms)
+Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/articles/1.json" for 127.0.0.1 at 2014-09-20 19:55:04 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.6ms)
+Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:55:11 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.7ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:55:13 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 6ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:55:54 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.1ms)
+Completed 200 OK in 305ms (Views: 304.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:55:55 +0200
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.7ms)
+Completed 200 OK in 109ms (Views: 108.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:12 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:56:13 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:56:13 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:56:13 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:56:13 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:56:13 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.2ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:56:14 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:56:30 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.4ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 19:56:31 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.4ms)
+Completed 200 OK in 135ms (Views: 133.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.7ms)
+Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:56:32 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.0ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:56:33 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 19:56:43 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:00:00 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.8ms)
+Completed 200 OK in 303ms (Views: 302.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.1ms)
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:00:01 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.3ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 293ms (Views: 291.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.0ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.0ms)
+Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.6ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:00:18 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:00:20 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:00:26 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.9ms)
+Completed 200 OK in 291ms (Views: 290.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (3.2ms)
+Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.7ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:01:29 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.2ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:01:31 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:01:36 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:03:44 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.5ms)
+Completed 200 OK in 299ms (Views: 298.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.2ms)
+Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.6ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:03:45 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.5ms)
+Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:03:49 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:05:11 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.9ms)
+Completed 200 OK in 295ms (Views: 294.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.4ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:05:12 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:05:14 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:06:15 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.1ms)
+Completed 200 OK in 307ms (Views: 306.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.1ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.1ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.6ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:06:16 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:06:17 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.0ms)
+Completed 200 OK in 112ms (Views: 110.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.7ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:09:28 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:09:29 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:09:33 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.8ms)
+Completed 200 OK in 292ms (Views: 291.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:10:00 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:01 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:02 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 4ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.3ms)
+Completed 200 OK in 297ms (Views: 296.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:10 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:10:11 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.4ms)
+Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:10:11 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:10:11 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:10:11 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:11 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:12 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (0.4ms)
+Completed 200 OK in 295ms (Views: 294.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:10:29 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.9ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:30 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.4ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:30 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:10:40 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.3ms)
+Completed 200 OK in 385ms (Views: 384.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.3ms)
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.0ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:41 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.3ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:10:42 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 20:11:07 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (2.3ms)
+Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 20:11:07 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 20:11:07 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.7ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:11:08 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.6ms)
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:11:08 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (2.3ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:11:22 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.2ms)
+Completed 200 OK in 309ms (Views: 307.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.2ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.6ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:11:37 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.2ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:11:38 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"article"=>{}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[33mValidation failed[0m #<Article id: nil, title: nil, body: nil, created_at: nil, updated_at: nil, published_at: nil>
+[33m => Title can't be blank[0m
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+Completed 422 Unprocessable Entity in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:12:03 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"body"=>"Natoque ultrices velit placerat! Et ridiculus rhoncus augue, dignissim aliquam nunc amet, eros nec velit pulvinar, lectus, odio, phasellus tempor, placerat turpis nunc enim! Sit. Risus pellentesque! Porttitor. Lundium adipiscing, ac penatibus? Magnis, aenean! Tempor est pulvinar augue amet, vel pulvinar et vut tincidunt velit ac mauris enim porttitor, cum, facilisis aenean sit vel parturient tristique? Augue dictumst magna arcu, enim elementum elementum mauris nunc et lundium cursus etiam nec! Urna! Dis odio nec? Amet? Sit nunc vel, urna est, nisi et vel magna nisi massa a, tempor et, habitasse magna dolor magna nisi, a vut proin sed, aliquet ac.\n\nPenatibus sit rhoncus aliquam diam arcu habitasse! Ac ac? Pid. Amet, arcu purus sociis amet in a ac! Rhoncus placerat sed tincidunt phasellus, magna odio, ac! Diam tincidunt ridiculus, ac sed, dis. Montes porttitor! Urna! Rhoncus facilisis ut pulvinar, elementum odio! A. Dictumst? Lundium, et hac massa phasellus elementum odio scelerisque enim integer placerat hac et cursus placerat mauris porttitor placerat? Sed enim egestas? Elementum velit ac dictumst est, sit pid auctor est cras nunc! Non turpis tortor montes, placerat velit, turpis dictumst. Turpis urna enim aliquam porttitor amet, elit tortor, a etiam dolor sociis. Turpis eu scelerisque in.\n\nPlatea ultrices est sed est. Nisi nec. Dictumst turpis, sociis aliquet porta! Scelerisque nunc et! Purus magna? Tristique nunc tincidunt velit hac aliquam nisi turpis penatibus sagittis in odio. Platea! Egestas est nunc mattis natoque, risus! Ut, et sed, elementum? Habitasse penatibus ut, pellentesque montes! Lorem, nec? Placerat. Enim sociis turpis? Ac, penatibus rhoncus magnis! Adipiscing velit? Magna platea? Magna nisi placerat placerat, urna ac. Quis porttitor habitasse non penatibus dis, tincidunt lundium pellentesque aliquam et vel placerat etiam? Urna rhoncus urna eros, integer, in pellentesque, cum! Hac aliquam non urna mid amet, risus sit, in urna sagittis nunc.\n\nPellentesque dapibus placerat. Quis placerat dignissim sed? Egestas sit magna lundium elit vut magna purus risus et sagittis? Purus nunc auctor cum? Quis, mattis ac, mus, cras sit augue, lacus lacus magna velit magnis tortor, sit rhoncus penatibus et, penatibus dolor sociis egestas cras nec magnis lectus, nunc magnis, dignissim scelerisque natoque hac mus platea natoque et vel enim augue amet urna natoque integer vut dis nec, velit magnis, turpis amet in augue, sed turpis, egestas, cras, magna tincidunt eu placerat augue cras est scelerisque tortor sagittis cursus augue rhoncus tortor. Et augue et hac? Integer etiam rhoncus, tristique.", "title"=>"Tristique rhoncus lectus", "published_at"=>"2014-12-06T15:00:00.000Z", "article"=>{"title"=>"Tristique rhoncus lectus", "body"=>"Natoque ultrices velit placerat! Et ridiculus rhoncus augue, dignissim aliquam nunc amet, eros nec velit pulvinar, lectus, odio, phasellus tempor, placerat turpis nunc enim! Sit. Risus pellentesque! Porttitor. Lundium adipiscing, ac penatibus? Magnis, aenean! Tempor est pulvinar augue amet, vel pulvinar et vut tincidunt velit ac mauris enim porttitor, cum, facilisis aenean sit vel parturient tristique? Augue dictumst magna arcu, enim elementum elementum mauris nunc et lundium cursus etiam nec! Urna! Dis odio nec? Amet? Sit nunc vel, urna est, nisi et vel magna nisi massa a, tempor et, habitasse magna dolor magna nisi, a vut proin sed, aliquet ac.\n\nPenatibus sit rhoncus aliquam diam arcu habitasse! Ac ac? Pid. Amet, arcu purus sociis amet in a ac! Rhoncus placerat sed tincidunt phasellus, magna odio, ac! Diam tincidunt ridiculus, ac sed, dis. Montes porttitor! Urna! Rhoncus facilisis ut pulvinar, elementum odio! A. Dictumst? Lundium, et hac massa phasellus elementum odio scelerisque enim integer placerat hac et cursus placerat mauris porttitor placerat? Sed enim egestas? Elementum velit ac dictumst est, sit pid auctor est cras nunc! Non turpis tortor montes, placerat velit, turpis dictumst. Turpis urna enim aliquam porttitor amet, elit tortor, a etiam dolor sociis. Turpis eu scelerisque in.\n\nPlatea ultrices est sed est. Nisi nec. Dictumst turpis, sociis aliquet porta! Scelerisque nunc et! Purus magna? Tristique nunc tincidunt velit hac aliquam nisi turpis penatibus sagittis in odio. Platea! Egestas est nunc mattis natoque, risus! Ut, et sed, elementum? Habitasse penatibus ut, pellentesque montes! Lorem, nec? Placerat. Enim sociis turpis? Ac, penatibus rhoncus magnis! Adipiscing velit? Magna platea? Magna nisi placerat placerat, urna ac. Quis porttitor habitasse non penatibus dis, tincidunt lundium pellentesque aliquam et vel placerat etiam? Urna rhoncus urna eros, integer, in pellentesque, cum! Hac aliquam non urna mid amet, risus sit, in urna sagittis nunc.\n\nPellentesque dapibus placerat. Quis placerat dignissim sed? Egestas sit magna lundium elit vut magna purus risus et sagittis? Purus nunc auctor cum? Quis, mattis ac, mus, cras sit augue, lacus lacus magna velit magnis tortor, sit rhoncus penatibus et, penatibus dolor sociis egestas cras nec magnis lectus, nunc magnis, dignissim scelerisque natoque hac mus platea natoque et vel enim augue amet urna natoque integer vut dis nec, velit magnis, turpis amet in augue, sed turpis, egestas, cras, magna tincidunt eu placerat augue cras est scelerisque tortor sagittis cursus augue rhoncus tortor. Et augue et hac? Integer etiam rhoncus, tristique.", "published_at"=>"2014-12-06T15:00:00.000Z"}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "articles" ("body", "created_at", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["body", "Natoque ultrices velit placerat! Et ridiculus rhoncus augue, dignissim aliquam nunc amet, eros nec velit pulvinar, lectus, odio, phasellus tempor, placerat turpis nunc enim! Sit. Risus pellentesque! Porttitor. Lundium adipiscing, ac penatibus? Magnis, aenean! Tempor est pulvinar augue amet, vel pulvinar et vut tincidunt velit ac mauris enim porttitor, cum, facilisis aenean sit vel parturient tristique? Augue dictumst magna arcu, enim elementum elementum mauris nunc et lundium cursus etiam nec! Urna! Dis odio nec? Amet? Sit nunc vel, urna est, nisi et vel magna nisi massa a, tempor et, habitasse magna dolor magna nisi, a vut proin sed, aliquet ac.\n\nPenatibus sit rhoncus aliquam diam arcu habitasse! Ac ac? Pid. Amet, arcu purus sociis amet in a ac! Rhoncus placerat sed tincidunt phasellus, magna odio, ac! Diam tincidunt ridiculus, ac sed, dis. Montes porttitor! Urna! Rhoncus facilisis ut pulvinar, elementum odio! A. Dictumst? Lundium, et hac massa phasellus elementum odio scelerisque enim integer placerat hac et cursus placerat mauris porttitor placerat? Sed enim egestas? Elementum velit ac dictumst est, sit pid auctor est cras nunc! Non turpis tortor montes, placerat velit, turpis dictumst. Turpis urna enim aliquam porttitor amet, elit tortor, a etiam dolor sociis. Turpis eu scelerisque in.\n\nPlatea ultrices est sed est. Nisi nec. Dictumst turpis, sociis aliquet porta! Scelerisque nunc et! Purus magna? Tristique nunc tincidunt velit hac aliquam nisi turpis penatibus sagittis in odio. Platea! Egestas est nunc mattis natoque, risus! Ut, et sed, elementum? Habitasse penatibus ut, pellentesque montes! Lorem, nec? Placerat. Enim sociis turpis? Ac, penatibus rhoncus magnis! Adipiscing velit? Magna platea? Magna nisi placerat placerat, urna ac. Quis porttitor habitasse non penatibus dis, tincidunt lundium pellentesque aliquam et vel placerat etiam? Urna rhoncus urna eros, integer, in pellentesque, cum! Hac aliquam non urna mid amet, risus sit, in urna sagittis nunc.\n\nPellentesque dapibus placerat. Quis placerat dignissim sed? Egestas sit magna lundium elit vut magna purus risus et sagittis? Purus nunc auctor cum? Quis, mattis ac, mus, cras sit augue, lacus lacus magna velit magnis tortor, sit rhoncus penatibus et, penatibus dolor sociis egestas cras nec magnis lectus, nunc magnis, dignissim scelerisque natoque hac mus platea natoque et vel enim augue amet urna natoque integer vut dis nec, velit magnis, turpis amet in augue, sed turpis, egestas, cras, magna tincidunt eu placerat augue cras est scelerisque tortor sagittis cursus augue rhoncus tortor. Et augue et hac? Integer etiam rhoncus, tristique."], ["created_at", "2014-09-20 18:12:03.436948"], ["published_at", "2014-12-06 15:00:00.000000"], ["title", "Tristique rhoncus lectus"], ["updated_at", "2014-09-20 18:12:03.436948"]]
+ [1m[35m (3.4ms)[0m commit transaction
+Completed 200 OK in 11ms (Views: 0.6ms | ActiveRecord: 3.9ms)
+
+
+Started GET "/admin/articles/2.html" for 127.0.0.1 at 2014-09-20 20:12:03 +0200
+Processing by Admin::ArticlesController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.5ms)
+Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/2.json" for 127.0.0.1 at 2014-09-20 20:12:03 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"2"}
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:12:35 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"title"=>"Magna integer", "body"=>"Ultrices non tristique odio! Cum, augue sagittis est! Elit turpis porttitor enim risus magna habitasse. Egestas! Lundium integer, pellentesque cum pulvinar nisi mus elementum? Turpis risus, nisi, urna est hac ut ac, in? Turpis. Porta ultricies facilisis integer urna! Auctor, dis dapibus! Vut proin non diam nisi lacus? Elementum cursus? Turpis, mus, nec in! Phasellus odio et? Penatibus arcu odio mus porta in enim, eros ut elit adipiscing lundium, ultrices? Vut elit. Parturient et dolor adipiscing, ac quis! Nec diam? Nisi, augue, platea et adipiscing porta. Dictumst phasellus! In integer, lacus velit sociis, ut nascetur dignissim placerat augue enim et.\n\nA, mus, et phasellus massa dis ut, dolor nunc nec sagittis, nisi placerat, dapibus arcu. Natoque urna? Magna ac? Sagittis ac pulvinar pid non nascetur. Urna? Rhoncus? Augue ac ultrices adipiscing. Mus vel porttitor? Et vel magnis, pulvinar pulvinar. Cursus ac hac duis. Egestas urna adipiscing dolor mauris amet? In? Velit mauris aenean, ridiculus mid penatibus pellentesque enim eros in et vel egestas, ultrices scelerisque urna. Mauris scelerisque facilisis. Sed adipiscing, nec porttitor elementum vel, velit mattis cras odio. Aliquet lundium, mauris augue dignissim nascetur elementum, pid! Tristique. Cras! In? Risus! Sed scelerisque quis rhoncus! Enim mus, porttitor ac.\n\nIn urna vel elementum augue ultrices? Nisi! Amet dolor. Adipiscing proin pid amet aliquet amet, hac, a nec scelerisque rhoncus porttitor enim, ultricies. Sociis! Sed, ultrices pulvinar, diam mauris arcu, penatibus magna urna, nec porttitor, mid turpis, ultrices adipiscing, egestas lectus. Et lundium, natoque, dapibus sagittis pulvinar sed a, hac velit? Aliquet odio platea parturient, lectus duis mattis, tincidunt natoque! Sociis adipiscing augue ultricies augue hac velit purus montes? Urna lectus ridiculus vut sit augue aenean ultricies, natoque! Phasellus, facilisis elit, eros. Amet et turpis? Non rhoncus vel urna! Cum, ac augue dis, ultrices eu porttitor placerat. Diam, ultrices.\n\nHabitasse augue lundium mid tincidunt quis lorem. Ultricies non eu ac in in nisi, ut dapibus pid porttitor a, sit augue? Magnis porttitor vel sed nascetur odio! Placerat tortor! Aenean et magnis, cursus, et a amet aliquam in ultricies, diam. Tincidunt lacus cum sed dignissim. Non, magna, dis magna integer porta, dapibus mauris turpis montes porta! Elementum integer aliquet, arcu non quis platea auctor rhoncus. Nec dapibus, sagittis adipiscing dictumst in nec amet sagittis, ut scelerisque sit, dignissim pulvinar! Porta placerat mid dis, vel. Sagittis elementum enim elit natoque turpis tincidunt tortor sagittis tempor parturient non proin turpis! Duis.", "published_at"=>"2014-04-09T08:00:00.000Z", "article"=>{"title"=>"Magna integer", "body"=>"Ultrices non tristique odio! Cum, augue sagittis est! Elit turpis porttitor enim risus magna habitasse. Egestas! Lundium integer, pellentesque cum pulvinar nisi mus elementum? Turpis risus, nisi, urna est hac ut ac, in? Turpis. Porta ultricies facilisis integer urna! Auctor, dis dapibus! Vut proin non diam nisi lacus? Elementum cursus? Turpis, mus, nec in! Phasellus odio et? Penatibus arcu odio mus porta in enim, eros ut elit adipiscing lundium, ultrices? Vut elit. Parturient et dolor adipiscing, ac quis! Nec diam? Nisi, augue, platea et adipiscing porta. Dictumst phasellus! In integer, lacus velit sociis, ut nascetur dignissim placerat augue enim et.\n\nA, mus, et phasellus massa dis ut, dolor nunc nec sagittis, nisi placerat, dapibus arcu. Natoque urna? Magna ac? Sagittis ac pulvinar pid non nascetur. Urna? Rhoncus? Augue ac ultrices adipiscing. Mus vel porttitor? Et vel magnis, pulvinar pulvinar. Cursus ac hac duis. Egestas urna adipiscing dolor mauris amet? In? Velit mauris aenean, ridiculus mid penatibus pellentesque enim eros in et vel egestas, ultrices scelerisque urna. Mauris scelerisque facilisis. Sed adipiscing, nec porttitor elementum vel, velit mattis cras odio. Aliquet lundium, mauris augue dignissim nascetur elementum, pid! Tristique. Cras! In? Risus! Sed scelerisque quis rhoncus! Enim mus, porttitor ac.\n\nIn urna vel elementum augue ultrices? Nisi! Amet dolor. Adipiscing proin pid amet aliquet amet, hac, a nec scelerisque rhoncus porttitor enim, ultricies. Sociis! Sed, ultrices pulvinar, diam mauris arcu, penatibus magna urna, nec porttitor, mid turpis, ultrices adipiscing, egestas lectus. Et lundium, natoque, dapibus sagittis pulvinar sed a, hac velit? Aliquet odio platea parturient, lectus duis mattis, tincidunt natoque! Sociis adipiscing augue ultricies augue hac velit purus montes? Urna lectus ridiculus vut sit augue aenean ultricies, natoque! Phasellus, facilisis elit, eros. Amet et turpis? Non rhoncus vel urna! Cum, ac augue dis, ultrices eu porttitor placerat. Diam, ultrices.\n\nHabitasse augue lundium mid tincidunt quis lorem. Ultricies non eu ac in in nisi, ut dapibus pid porttitor a, sit augue? Magnis porttitor vel sed nascetur odio! Placerat tortor! Aenean et magnis, cursus, et a amet aliquam in ultricies, diam. Tincidunt lacus cum sed dignissim. Non, magna, dis magna integer porta, dapibus mauris turpis montes porta! Elementum integer aliquet, arcu non quis platea auctor rhoncus. Nec dapibus, sagittis adipiscing dictumst in nec amet sagittis, ut scelerisque sit, dignissim pulvinar! Porta placerat mid dis, vel. Sagittis elementum enim elit natoque turpis tincidunt tortor sagittis tempor parturient non proin turpis! Duis.", "published_at"=>"2014-04-09T08:00:00.000Z"}}
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "articles" ("body", "created_at", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "Ultrices non tristique odio! Cum, augue sagittis est! Elit turpis porttitor enim risus magna habitasse. Egestas! Lundium integer, pellentesque cum pulvinar nisi mus elementum? Turpis risus, nisi, urna est hac ut ac, in? Turpis. Porta ultricies facilisis integer urna! Auctor, dis dapibus! Vut proin non diam nisi lacus? Elementum cursus? Turpis, mus, nec in! Phasellus odio et? Penatibus arcu odio mus porta in enim, eros ut elit adipiscing lundium, ultrices? Vut elit. Parturient et dolor adipiscing, ac quis! Nec diam? Nisi, augue, platea et adipiscing porta. Dictumst phasellus! In integer, lacus velit sociis, ut nascetur dignissim placerat augue enim et.\n\nA, mus, et phasellus massa dis ut, dolor nunc nec sagittis, nisi placerat, dapibus arcu. Natoque urna? Magna ac? Sagittis ac pulvinar pid non nascetur. Urna? Rhoncus? Augue ac ultrices adipiscing. Mus vel porttitor? Et vel magnis, pulvinar pulvinar. Cursus ac hac duis. Egestas urna adipiscing dolor mauris amet? In? Velit mauris aenean, ridiculus mid penatibus pellentesque enim eros in et vel egestas, ultrices scelerisque urna. Mauris scelerisque facilisis. Sed adipiscing, nec porttitor elementum vel, velit mattis cras odio. Aliquet lundium, mauris augue dignissim nascetur elementum, pid! Tristique. Cras! In? Risus! Sed scelerisque quis rhoncus! Enim mus, porttitor ac.\n\nIn urna vel elementum augue ultrices? Nisi! Amet dolor. Adipiscing proin pid amet aliquet amet, hac, a nec scelerisque rhoncus porttitor enim, ultricies. Sociis! Sed, ultrices pulvinar, diam mauris arcu, penatibus magna urna, nec porttitor, mid turpis, ultrices adipiscing, egestas lectus. Et lundium, natoque, dapibus sagittis pulvinar sed a, hac velit? Aliquet odio platea parturient, lectus duis mattis, tincidunt natoque! Sociis adipiscing augue ultricies augue hac velit purus montes? Urna lectus ridiculus vut sit augue aenean ultricies, natoque! Phasellus, facilisis elit, eros. Amet et turpis? Non rhoncus vel urna! Cum, ac augue dis, ultrices eu porttitor placerat. Diam, ultrices.\n\nHabitasse augue lundium mid tincidunt quis lorem. Ultricies non eu ac in in nisi, ut dapibus pid porttitor a, sit augue? Magnis porttitor vel sed nascetur odio! Placerat tortor! Aenean et magnis, cursus, et a amet aliquam in ultricies, diam. Tincidunt lacus cum sed dignissim. Non, magna, dis magna integer porta, dapibus mauris turpis montes porta! Elementum integer aliquet, arcu non quis platea auctor rhoncus. Nec dapibus, sagittis adipiscing dictumst in nec amet sagittis, ut scelerisque sit, dignissim pulvinar! Porta placerat mid dis, vel. Sagittis elementum enim elit natoque turpis tincidunt tortor sagittis tempor parturient non proin turpis! Duis."], ["created_at", "2014-09-20 18:12:35.301065"], ["published_at", "2014-04-09 08:00:00.000000"], ["title", "Magna integer"], ["updated_at", "2014-09-20 18:12:35.301065"]]
+ [1m[36m (3.1ms)[0m [1mcommit transaction[0m
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 3.4ms)
+
+
+Started GET "/admin/articles/3.html" for 127.0.0.1 at 2014-09-20 20:12:35 +0200
+Processing by Admin::ArticlesController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/3.json" for 127.0.0.1 at 2014-09-20 20:12:35 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"3"}
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (0.9ms)
+Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:13:00 +0200
+Processing by Admin::ArticlesController#create as JSON
+ Parameters: {"body"=>"Mauris dictumst porttitor mauris odio elementum et? Ut a phasellus et pid aliquet pellentesque ac nec turpis, tincidunt, sagittis phasellus, rhoncus nec sed hac, purus purus, eros, ridiculus, placerat urna sagittis pid ut lundium, penatibus. Urna in turpis, nisi pulvinar, integer hac, dignissim porttitor vel, diam parturient facilisis platea cras sit mus? Tortor magnis, porttitor odio mattis sed, magna proin, mid natoque arcu. Porta scelerisque in lundium tincidunt ut, elementum, lacus in porta cursus cursus eros. Proin augue! Eros rhoncus, dapibus lundium porta cursus augue placerat rhoncus sed phasellus augue? Tristique? Placerat auctor lacus arcu eros sagittis, sed mid cras.\n\nNascetur, rhoncus amet ridiculus proin a cursus? Magnis elementum cum, velit? Urna scelerisque porttitor, parturient scelerisque sit, nunc in, turpis adipiscing penatibus sagittis cum vel nec, diam natoque etiam magna magna nisi, turpis! Sit, amet. Tortor nascetur ultrices lacus, porttitor pid sed arcu etiam porta penatibus quis? Lundium, et, urna quis ultricies magna a integer purus dictumst nisi tempor magna, lundium vel lectus tempor, tortor facilisis a? Turpis in, ut non tristique turpis pulvinar, tortor porttitor nunc phasellus tristique, dapibus dolor penatibus lorem, nec pid, sagittis placerat ac, egestas adipiscing odio aenean sed tortor turpis vel, cursus, cursus duis.\n\nVel tincidunt, in, platea et turpis quis urna a? Egestas magnis pellentesque turpis in natoque, massa arcu elementum aenean odio non massa, purus, magna hac parturient amet, vel hac tristique. Mus augue enim, massa, a nec, dis ut egestas! Duis augue! Nec nascetur odio eros integer odio, augue pid penatibus mid, parturient risus massa. Porta magna massa in porttitor. Magna cursus tincidunt in porta ut porttitor tempor, ultricies et! Penatibus egestas, pulvinar adipiscing, enim, mid. Augue penatibus augue vut, a eu mus enim ridiculus lorem arcu nisi, tristique sit ridiculus vel, urna tincidunt pid, tincidunt, tincidunt placerat, nunc, tristique.\n\nIn pulvinar. Et ut lacus vut pellentesque elementum natoque enim ultricies habitasse cras platea! Turpis sit porta ut a penatibus adipiscing duis, pellentesque, tortor! Cras hac mauris mus dignissim. Pulvinar, dis scelerisque. Cum proin pulvinar? Tincidunt pulvinar dis elementum porttitor cum pellentesque arcu, amet placerat porttitor diam non purus. Natoque, ac tempor placerat, eros habitasse turpis, dis et risus, porta ridiculus rhoncus non? Habitasse sit porta lorem cursus pellentesque ridiculus tincidunt porta sed cum ac, odio mauris tincidunt massa porttitor placerat odio dis! Arcu! Vel augue ac vut tincidunt, dolor scelerisque eu, mauris auctor platea enim dignissim magna, purus.", "title"=>"Aliquam nunc tempor diam", "published_at"=>"2015-06-02T19:00:00.000Z", "article"=>{"title"=>"Aliquam nunc tempor diam", "body"=>"Mauris dictumst porttitor mauris odio elementum et? Ut a phasellus et pid aliquet pellentesque ac nec turpis, tincidunt, sagittis phasellus, rhoncus nec sed hac, purus purus, eros, ridiculus, placerat urna sagittis pid ut lundium, penatibus. Urna in turpis, nisi pulvinar, integer hac, dignissim porttitor vel, diam parturient facilisis platea cras sit mus? Tortor magnis, porttitor odio mattis sed, magna proin, mid natoque arcu. Porta scelerisque in lundium tincidunt ut, elementum, lacus in porta cursus cursus eros. Proin augue! Eros rhoncus, dapibus lundium porta cursus augue placerat rhoncus sed phasellus augue? Tristique? Placerat auctor lacus arcu eros sagittis, sed mid cras.\n\nNascetur, rhoncus amet ridiculus proin a cursus? Magnis elementum cum, velit? Urna scelerisque porttitor, parturient scelerisque sit, nunc in, turpis adipiscing penatibus sagittis cum vel nec, diam natoque etiam magna magna nisi, turpis! Sit, amet. Tortor nascetur ultrices lacus, porttitor pid sed arcu etiam porta penatibus quis? Lundium, et, urna quis ultricies magna a integer purus dictumst nisi tempor magna, lundium vel lectus tempor, tortor facilisis a? Turpis in, ut non tristique turpis pulvinar, tortor porttitor nunc phasellus tristique, dapibus dolor penatibus lorem, nec pid, sagittis placerat ac, egestas adipiscing odio aenean sed tortor turpis vel, cursus, cursus duis.\n\nVel tincidunt, in, platea et turpis quis urna a? Egestas magnis pellentesque turpis in natoque, massa arcu elementum aenean odio non massa, purus, magna hac parturient amet, vel hac tristique. Mus augue enim, massa, a nec, dis ut egestas! Duis augue! Nec nascetur odio eros integer odio, augue pid penatibus mid, parturient risus massa. Porta magna massa in porttitor. Magna cursus tincidunt in porta ut porttitor tempor, ultricies et! Penatibus egestas, pulvinar adipiscing, enim, mid. Augue penatibus augue vut, a eu mus enim ridiculus lorem arcu nisi, tristique sit ridiculus vel, urna tincidunt pid, tincidunt, tincidunt placerat, nunc, tristique.\n\nIn pulvinar. Et ut lacus vut pellentesque elementum natoque enim ultricies habitasse cras platea! Turpis sit porta ut a penatibus adipiscing duis, pellentesque, tortor! Cras hac mauris mus dignissim. Pulvinar, dis scelerisque. Cum proin pulvinar? Tincidunt pulvinar dis elementum porttitor cum pellentesque arcu, amet placerat porttitor diam non purus. Natoque, ac tempor placerat, eros habitasse turpis, dis et risus, porta ridiculus rhoncus non? Habitasse sit porta lorem cursus pellentesque ridiculus tincidunt porta sed cum ac, odio mauris tincidunt massa porttitor placerat odio dis! Arcu! Vel augue ac vut tincidunt, dolor scelerisque eu, mauris auctor platea enim dignissim magna, purus.", "published_at"=>"2015-06-02T19:00:00.000Z"}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "articles" ("body", "created_at", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["body", "Mauris dictumst porttitor mauris odio elementum et? Ut a phasellus et pid aliquet pellentesque ac nec turpis, tincidunt, sagittis phasellus, rhoncus nec sed hac, purus purus, eros, ridiculus, placerat urna sagittis pid ut lundium, penatibus. Urna in turpis, nisi pulvinar, integer hac, dignissim porttitor vel, diam parturient facilisis platea cras sit mus? Tortor magnis, porttitor odio mattis sed, magna proin, mid natoque arcu. Porta scelerisque in lundium tincidunt ut, elementum, lacus in porta cursus cursus eros. Proin augue! Eros rhoncus, dapibus lundium porta cursus augue placerat rhoncus sed phasellus augue? Tristique? Placerat auctor lacus arcu eros sagittis, sed mid cras.\n\nNascetur, rhoncus amet ridiculus proin a cursus? Magnis elementum cum, velit? Urna scelerisque porttitor, parturient scelerisque sit, nunc in, turpis adipiscing penatibus sagittis cum vel nec, diam natoque etiam magna magna nisi, turpis! Sit, amet. Tortor nascetur ultrices lacus, porttitor pid sed arcu etiam porta penatibus quis? Lundium, et, urna quis ultricies magna a integer purus dictumst nisi tempor magna, lundium vel lectus tempor, tortor facilisis a? Turpis in, ut non tristique turpis pulvinar, tortor porttitor nunc phasellus tristique, dapibus dolor penatibus lorem, nec pid, sagittis placerat ac, egestas adipiscing odio aenean sed tortor turpis vel, cursus, cursus duis.\n\nVel tincidunt, in, platea et turpis quis urna a? Egestas magnis pellentesque turpis in natoque, massa arcu elementum aenean odio non massa, purus, magna hac parturient amet, vel hac tristique. Mus augue enim, massa, a nec, dis ut egestas! Duis augue! Nec nascetur odio eros integer odio, augue pid penatibus mid, parturient risus massa. Porta magna massa in porttitor. Magna cursus tincidunt in porta ut porttitor tempor, ultricies et! Penatibus egestas, pulvinar adipiscing, enim, mid. Augue penatibus augue vut, a eu mus enim ridiculus lorem arcu nisi, tristique sit ridiculus vel, urna tincidunt pid, tincidunt, tincidunt placerat, nunc, tristique.\n\nIn pulvinar. Et ut lacus vut pellentesque elementum natoque enim ultricies habitasse cras platea! Turpis sit porta ut a penatibus adipiscing duis, pellentesque, tortor! Cras hac mauris mus dignissim. Pulvinar, dis scelerisque. Cum proin pulvinar? Tincidunt pulvinar dis elementum porttitor cum pellentesque arcu, amet placerat porttitor diam non purus. Natoque, ac tempor placerat, eros habitasse turpis, dis et risus, porta ridiculus rhoncus non? Habitasse sit porta lorem cursus pellentesque ridiculus tincidunt porta sed cum ac, odio mauris tincidunt massa porttitor placerat odio dis! Arcu! Vel augue ac vut tincidunt, dolor scelerisque eu, mauris auctor platea enim dignissim magna, purus."], ["created_at", "2014-09-20 18:13:00.585407"], ["published_at", "2015-06-02 19:00:00.000000"], ["title", "Aliquam nunc tempor diam"], ["updated_at", "2014-09-20 18:13:00.585407"]]
+ [1m[35m (4.2ms)[0m commit transaction
+Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 4.6ms)
+
+
+Started GET "/admin/articles/4.html" for 127.0.0.1 at 2014-09-20 20:13:00 +0200
+Processing by Admin::ArticlesController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 4]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.0ms)
+Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/4.json" for 127.0.0.1 at 2014-09-20 20:13:00 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"4"}
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 4]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.2ms)
+Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-20 20:13:02 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 125ms (Views: 123.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:13:02 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:13:02 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:02 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:02 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:02 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:13:03 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (2.5ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-20 20:13:19 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.9ms)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-20 20:13:19 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-20 20:13:19 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people/new.html" for 127.0.0.1 at 2014-09-20 20:13:20 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.9ms)
+Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-20 20:15:07 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.1ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-20 20:15:07 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (4.0ms)
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-20 20:15:12 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-20 20:15:12 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.7ms)
+Completed 200 OK in 375ms (Views: 374.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (9.3ms)
+Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.1ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-23 22:32:46 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-23 22:32:47 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (11.8ms)
+Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:32:47 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:32:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:32:47 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 167ms (Views: 166.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:39:50 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-23 22:39:51 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.2ms)
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-23 22:39:51 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.0ms)
+Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-23 22:39:51 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-23 22:39:51 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (2.9ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+Completed 200 OK in 130ms (Views: 128.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-23 22:40:04 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:40:36 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 94ms (Views: 93.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-23 22:40:37 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.3ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 137ms (Views: 136.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:41:05 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:42:06 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:07 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:12 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:12 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:12 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:42:33 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 131ms (Views: 130.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:42:34 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 123ms (Views: 122.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:12 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.2ms)
+Completed 200 OK in 96ms (Views: 96.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:24 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:47:25 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 107ms (Views: 105.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:04 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 104ms (Views: 103.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:13 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 133ms (Views: 132.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:51:20 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:38 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:38 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:51:38 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 105ms (Views: 105.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:52:55 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 137ms (Views: 136.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:53:06 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.5ms)
+Completed 200 OK in 157ms (Views: 156.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:55:20 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.2ms)
+Completed 200 OK in 113ms (Views: 112.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:56:35 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:56:45 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:56:45 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:56:45 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.4ms)
+Completed 200 OK in 147ms (Views: 146.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:13 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:57:14 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.0ms)
+Completed 200 OK in 131ms (Views: 129.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:58:46 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 22:59:46 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.6ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.2ms)
+Completed 200 OK in 296ms (Views: 295.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/docs.css?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 22:59:47 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/docs.css?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:00:51 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.0ms)
+Completed 200 OK in 144ms (Views: 143.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/docs.css?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:01:05 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:14:46 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 410ms (Views: 409.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/docs.css?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:14:47 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:15:02 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.2ms)
+Completed 200 OK in 156ms (Views: 155.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/docs.css?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:15:03 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 147ms (Views: 146.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:03 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.0ms)
+Completed 200 OK in 161ms (Views: 160.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/navigation.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:17:17 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.1ms)
+Completed 200 OK in 139ms (Views: 138.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/navigation.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:17 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/partials/_menu.html.erb (0.3ms)
+Completed 200 OK in 93ms (Views: 92.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/navigation.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/angular-material.css?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/angular-material.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:49 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-23 23:18:50 +0200
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 22:58:33 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.3ms)
+Completed 200 OK in 384ms (Views: 383.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (13.8ms)
+Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.4ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-29 22:58:34 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.3ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (8.1ms)
+Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.5ms)
+Completed 200 OK in 226ms (Views: 224.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (7.1ms)
+Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-29 22:59:16 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (7.0ms)
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:25:55 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (4.5ms)
+Completed 500 Internal Server Error in 11ms
+
+ActionView::Template::Error (undefined method `model_name' for #<Array:0x007f45d6bfa450>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___3145344704059834043_69968966092860'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `each'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___3145344704059834043_69968966092860'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.4ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:27:10 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (76009.7ms)
+Completed in 76017ms
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:28:49 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (11635.1ms)
+Completed 500 Internal Server Error in 11646ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007ffe346e63f8>):
+ 8: json.array! @resource_classes do |resource_class|
+ 9: binding.pry
+ 10:
+ 11: json.menu_label resource_class.model_name.human(count: 2)
+ 12: json.singular resource_class.model_name.singular
+ 13: json.singular_human resource_class.model_name.human(count: 1)
+ 14: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:11:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__1264110461162828777_70364887355300'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__1264110461162828777_70364887355300'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.2ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:30:21 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (25897.4ms)
+Completed 500 Internal Server Error in 25903ms
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 16: json.plural real_resource.model_name.plural
+ 17: json.plural_human real_resource.model_name.human(count: 2)
+ 18:
+ 19: attributes = resource_class.show_config.each.map do |config|
+ 20: config
+ 21: end
+ 22:
+ /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource.rb:19:in `show_config'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:19:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___1492823296488996481_69950753091780'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___1492823296488996481_69950753091780'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.7ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:33:10 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (9622.6ms)
+Completed 500 Internal Server Error in 9626ms
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 16: json.plural real_resource.model_name.plural
+ 17: json.plural_human real_resource.model_name.human(count: 2)
+ 18:
+ 19: attributes = if resource_class.show_config
+ 20: resource_class.show_config.each.map do |config|
+ 21: config
+ 22: end
+ /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource.rb:19:in `show_config'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:19:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___1492823296488996481_69950761477100'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___1492823296488996481_69950761477100'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.3ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:33:43 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (25579.6ms)
+Completed 500 Internal Server Error in 25587ms
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 16:
+ 17: binding.pry
+ 18:
+ 19: attributes = if resource_class.show_config
+ 20: resource_class.show_config.each.map do |config|
+ 21: config
+ 22: end
+ /home/sindre/Code/hyper/hyper_admin/lib/hyper_admin/resource.rb:19:in `show_config'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:19:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___4489045003048274047_70185814086840'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___4489045003048274047_70185814086840'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.0ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.6ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:34:23 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (4913.5ms)
+Completed 500 Internal Server Error in 4918ms
+
+ActionView::Template::Error (undefined method `attribute_names' for #<HyperAdmin::Resource:0x007f7b56e1f310>):
+ 21: config
+ 22: end
+ 23: else
+ 24: resource_class.attribute_names.map do |attr|
+ 25: {
+ 26: key: attr,
+ 27: human: resource_class.human_attribute_name(attr),
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:24:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__3473860671228969683_70083844057840'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__3473860671228969683_70083844057840'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.1ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:35:36 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (181645.1ms)
+Completed in 181651ms
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:38:48 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (8.2ms)
+Completed 500 Internal Server Error in 14ms
+
+ActionView::Template::Error (undefined method `type' for nil:NilClass):
+ 2: return :email if attribute == "email"
+ 3: return :url if attribute == "url"
+ 4:
+ 5: resource_class.columns_hash[attribute].type
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:5:in `infer_type_from_attribute'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:24:in `block (2 levels) in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___55113997321238944_70026553705760'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:18:in `each'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:18:in `each'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:18:in `map'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:18:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___55113997321238944_70026553705760'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___55113997321238944_70026553705760'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.0ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:39:50 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (12.5ms)
+Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:40:27 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (10.0ms)
+Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:41:41 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (10.7ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:42:10 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (127362.6ms)
+Completed in 127367ms
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:46:30 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (18346.0ms)
+Completed 200 OK in 18354ms (Views: 18353.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:48:20 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (9969.5ms)
+Completed 200 OK in 9978ms (Views: 9976.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.2ms)
+Completed 200 OK in 207ms (Views: 205.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:48:42 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:48:43 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2170.8ms)
+Completed 200 OK in 2173ms (Views: 2172.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:48:45 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (2.7ms)
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:48:45 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-29 23:48:45 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.8ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.3ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (13.6ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.4ms)
+Completed 200 OK in 225ms (Views: 223.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:09 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:52:10 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.8ms)
+Completed 500 Internal Server Error in 6ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007fb7994a2448>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__4558047383713567470_70213262601940'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__4558047383713567470_70213262601940'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (8.7ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:52:10 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (6.3ms)
+Completed 500 Internal Server Error in 8ms
+
+ActionView::Template::Error (undefined local variable or method `resource_class' for #<#<Class:0x007fb799271688>:0x007fb7990d6e90>):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = resource_class.resource_class
+ 11:
+ 12: json.menu_label real_resource.model_name.human(count: 2)
+ 13: json.singular real_resource.model_name.singular
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder__895371968486605728_70213261762760'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:17:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (5.7ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:52:10 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:52:26 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 130ms (Views: 129.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (0.9ms)
+Completed 500 Internal Server Error in 3ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007fb7994a2448>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__4558047383713567470_70213262601940'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__4558047383713567470_70213262601940'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (5.7ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.2ms)
+Completed 500 Internal Server Error in 3ms
+
+ActionView::Template::Error (undefined method `resource_class' for #<Class:0x007fb7992fad48>):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = @resource_class.resource_class
+ 11:
+ 12: json.menu_label real_resource.model_name.human(count: 2)
+ 13: json.singular real_resource.model_name.singular
+ activerecord (4.1.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder__895371968486605728_70213262600580'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:17:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (5.8ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:52:27 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:52:36 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.9ms)
+Completed 200 OK in 188ms (Views: 187.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (4.2ms)
+Completed 500 Internal Server Error in 8ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007fd938c875d0>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___727682859235861500_70285467499740'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___727682859235861500_70285467499740'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (6.5ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 500 Internal Server Error in 3ms
+
+ActionView::Template::Error (undefined method `resource_class' for #<Class:0x007fd938ae1cd0>):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = @resource_class.resource_class
+ 11:
+ 12: json.menu_label real_resource.model_name.human(count: 2)
+ 13: json.singular real_resource.model_name.singular
+ activerecord (4.1.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder___4291967321004281251_70285466651940'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:17:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (6.6ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:52:37 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:53:04 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 113ms (Views: 112.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (0.7ms)
+Completed 500 Internal Server Error in 2ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007fd938c875d0>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___727682859235861500_70285467499740'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___727682859235861500_70285467499740'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (6.6ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 500 Internal Server Error in 4ms
+
+ActionView::Template::Error (undefined method `resource_class' for #<Class:0x007fd938ae1cd0>):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = @resource_class.resource_class
+ 11:
+ 12: binding.pry
+ 13:
+ activerecord (4.1.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder___4291967321004281251_70285467602360'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:17:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (6.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:53:05 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 129ms (Views: 128.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (0.6ms)
+Completed 500 Internal Server Error in 2ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007fd938c875d0>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___727682859235861500_70285467499740'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___727682859235861500_70285467499740'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (7.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.0ms)
+Completed 500 Internal Server Error in 3ms
+
+ActionView::Template::Error (undefined method `resource_class' for #<Class:0x007fd938ae1cd0>):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = @resource_class.resource_class
+ 11:
+ 12: binding.pry
+ 13:
+ activerecord (4.1.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder___4291967321004281251_70285467602360'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:17:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (5.6ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:53:08 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:53:24 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.5ms)
+Completed 200 OK in 234ms (Views: 233.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (3.2ms)
+Completed 500 Internal Server Error in 5ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007fe08d441928>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___614925763715739539_70301208609120'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder___614925763715739539_70301208609120'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (6.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:53:25 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.2ms)
+Completed 500 Internal Server Error in 3ms
+
+ActionView::Template::Error (undefined method `resource_class' for #<Class:0x007fe08d2a2770>):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = @resource_class.resource_class
+ 11:
+ 12: binding.pry
+ 13:
+ activerecord (4.1.5) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder___1054513412965076834_70301207691720'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:17:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (5.8ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:55:00 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.1ms)
+Completed 200 OK in 202ms (Views: 201.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (4.1ms)
+Completed 500 Internal Server Error in 6ms
+
+ActionView::Template::Error (undefined method `model_name' for #<HyperAdmin::Resource:0x007f99d15297f8>):
+ 6: end
+ 7:
+ 8: json.array! @resource_classes do |resource_class|
+ 9: json.menu_label resource_class.model_name.human(count: 2)
+ 10: json.singular resource_class.model_name.singular
+ 11: json.singular_human resource_class.model_name.human(count: 1)
+ 12: json.plural resource_class.model_name.plural
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:9:in `block in __home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__3281097840606852082_70149308160540'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block (2 levels) in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:322:in `_scope'
+ jbuilder (1.5.3) lib/jbuilder.rb:315:in `block in _map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `map'
+ jbuilder (1.5.3) lib/jbuilder.rb:314:in `_map_collection'
+ jbuilder (1.5.3) lib/jbuilder.rb:228:in `array!'
+ jbuilder (1.5.3) lib/jbuilder/jbuilder_template.rb:40:in `array!'
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder:8:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_index_json_jbuilder__3281097840606852082_70149308160540'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:9:in `index'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (6.2ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (3.0ms)
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-29 23:55:01 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (7.3ms)
+Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.3ms)
+Completed 200 OK in 170ms (Views: 169.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (5.4ms)
+Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.7ms)
+Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-29 23:55:57 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.6ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (7.9ms)
+Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-29 23:56:16 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.9ms)
+Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-29 23:56:16 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-29 23:56:16 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.6ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people/new.html" for 127.0.0.1 at 2014-09-29 23:56:18 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.8ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (3.3ms)
+Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-29 23:56:20 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.9ms)
+Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-29 23:56:20 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (4.1ms)
+Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/1.html" for 127.0.0.1 at 2014-09-29 23:56:26 +0200
+Processing by Admin::ArticlesController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mArticle Load (0.3ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.7ms)
+Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/admin/articles/1.json" for 127.0.0.1 at 2014-09-29 23:56:26 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.5ms)
+Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles/1/edit.html" for 127.0.0.1 at 2014-09-29 23:56:42 +0200
+Processing by Admin::ArticlesController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mArticle Load (0.2ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/edit.html.erb (2.0ms)
+Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/1.json" for 127.0.0.1 at 2014-09-29 23:56:42 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[35mArticle Load (0.1ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.2ms)
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (2.0ms)
+Completed 200 OK in 238ms (Views: 236.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:06:55 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:06:56 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.8ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-30 00:06:56 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (2.3ms)
+Completed 500 Internal Server Error in 4ms
+
+ActionView::Template::Error (undefined method `index_config' for #<HyperAdmin::Resource:0x007fd28cbef8f0>):
+ 33: end
+ 34: end
+ 35:
+ 36: index_attributes = if @resource_class.index_config
+ 37: @resource_class.index_config.each.map do |config|
+ 38: {
+ 39: key: config[:attribute],
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:36:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder__3683336519948108884_70271138112720'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:19:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (5.8ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-30 00:06:56 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.2ms)
+Completed 200 OK in 168ms (Views: 167.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:08:03 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:08:04 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (4.0ms)
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-30 00:08:04 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.1ms)
+Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-30 00:08:04 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.3ms)
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-30 00:08:04 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (7.0ms)
+Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:08:12 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.0ms)
+Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/article.json" for 127.0.0.1 at 2014-09-30 00:08:18 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"article"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (3.8ms)
+Completed 500 Internal Server Error in 8ms
+
+ActionView::Template::Error (undefined method `resource_class' for nil:NilClass):
+ 7: resource_class.columns_hash[attribute].type
+ 8: end
+ 9:
+ 10: real_resource = @resource_class.resource_class
+ 11:
+ 12: json.menu_label real_resource.model_name.human(count: 2)
+ 13: json.singular real_resource.model_name.singular
+ /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder:10:in `__home_sindre__ode_hyper_hyper_admin_app_views_hyper_admin_resource_classes_show_json_jbuilder__87671003205842523_70121901004360'
+ actionview (4.1.5) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.1.5) lib/active_support/notifications.rb:161:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:339:in `instrument'
+ actionview (4.1.5) lib/action_view/template.rb:143:in `render'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionview (4.1.5) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionview (4.1.5) lib/action_view/rendering.rb:99:in `_render_template'
+ actionpack (4.1.5) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.1.5) lib/action_view/rendering.rb:82:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
+ actionpack (4.1.5) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
+ activesupport (4.1.5) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:238:in `default_render'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:181:in `to_format'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:158:in `respond'
+ actionpack (4.1.5) lib/action_controller/metal/responder.rb:151:in `call'
+ actionpack (4.1.5) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:19:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-30 00:08:20 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.7ms)
+Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articless.json" for 127.0.0.1 at 2014-09-30 00:10:11 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articless"}
+Completed 500 Internal Server Error in 1ms
+
+NameError (uninitialized constant ActiveRecord::NotFound):
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:19:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.0ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.1ms)
+
+
+Started GET "/admin/resource_classes/articless.json" for 127.0.0.1 at 2014-09-30 00:10:55 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articless"}
+Completed 404 Not Found in 0ms
+
+ActiveRecord::RecordNotFound (ActiveRecord::RecordNotFound):
+ /home/sindre/Code/hyper/hyper_admin/app/controllers/hyper_admin/resource_classes_controller.rb:19:in `show'
+ actionpack (4.1.5) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.1.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.1.5) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.1.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.1.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.1.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.1.5) lib/abstract_controller/base.rb:136:in `process'
+ actionview (4.1.5) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.5) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.5) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:50:in `call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `public_send'
+ railties (4.1.5) lib/rails/railtie.rb:194:in `method_missing'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.1.5) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.1.5) lib/action_dispatch/routing/route_set.rb:678:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/flash.rb:254:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.1.5) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.1.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
+ activerecord (4.1.5) lib/active_record/migration.rb:380:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.1.5) lib/active_support/callbacks.rb:82:in `run_callbacks'
+ actionpack (4.1.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.1.5) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.1.5) lib/action_dispatch/middleware/static.rb:64:in `call'
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
+ railties (4.1.5) lib/rails/engine.rb:514:in `call'
+ railties (4.1.5) lib/rails/application.rb:144:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
+ /home/sindre/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.4ms)
+ Rendered /home/sindre/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.1ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-30 00:15:41 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.4ms)
+Completed 200 OK in 429ms (Views: 428.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (2.5ms)
+Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.4ms)
+Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-30 00:15:42 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.7ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (7.9ms)
+Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-30 00:15:44 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (2.1ms)
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb within layouts/hyper_admin/application (1.3ms)
+Completed 200 OK in 173ms (Views: 172.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.5ms)
+Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-30 00:15:47 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.0ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (0.7ms)
+Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-30 00:15:48 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.2ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-30 00:15:48 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[36mArticle Load (0.1ms)[0m [1mSELECT "articles".* FROM "articles"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (2.7ms)
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/articles" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.1ms)
+Completed 200 OK in 494ms (Views: 493.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:17:36 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:17:37 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (3.0ms)
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/articles.json" for 127.0.0.1 at 2014-09-30 00:17:37 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"articles"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (2.6ms)
+Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles.html" for 127.0.0.1 at 2014-09-30 00:17:37 +0200
+Processing by Admin::ArticlesController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles.json" for 127.0.0.1 at 2014-09-30 00:17:37 +0200
+Processing by Admin::ArticlesController#index as JSON
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (7.3ms)
+Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/articles/new.html" for 127.0.0.1 at 2014-09-30 00:17:49 +0200
+Processing by Admin::ArticlesController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (1.9ms)
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/articles/1.html" for 127.0.0.1 at 2014-09-30 00:17:53 +0200
+Processing by Admin::ArticlesController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mArticle Load (0.4ms)[0m [1mSELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.6ms)
+Completed 200 OK in 6ms (Views: 2.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/admin/articles/1.json" for 127.0.0.1 at 2014-09-30 00:17:54 +0200
+Processing by Admin::ArticlesController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[35mArticle Load (0.2ms)[0m SELECT "articles".* FROM "articles" WHERE "articles"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.2ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.5ms)
+Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-30 00:22:24 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (3.5ms)
+Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-30 00:22:24 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (2.0ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:22:24 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.0ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.1ms)
+Completed 200 OK in 229ms (Views: 228.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.1ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.9ms)
+Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:22:26 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.4ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/new.html" for 127.0.0.1 at 2014-09-30 00:22:27 +0200
+Processing by Admin::PeopleController#new as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_form.html.erb (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/new.html.erb (5.1ms)
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:22:33 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:22:33 +0200
+
+
+Started POST "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:22:59 +0200
+Processing by Admin::PeopleController#create as JSON
+ Parameters: {"first_name"=>"Sindre", "last_name"=>"Moen", "birthday"=>"1989-12-08T23:00:00.000Z", "email"=>"sindrenm@gmail.com", "url"=>"http://github.com/sindrenm", "person"=>{"first_name"=>"Sindre", "last_name"=>"Moen", "email"=>"sindrenm@gmail.com", "url"=>"http://github.com/sindrenm", "birthday"=>"1989-12-08T23:00:00.000Z"}}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("birthday", "created_at", "email", "first_name", "last_name", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["birthday", "1989-12-08"], ["created_at", "2014-09-29 22:22:59.629050"], ["email", "sindrenm@gmail.com"], ["first_name", "Sindre"], ["last_name", "Moen"], ["updated_at", "2014-09-29 22:22:59.629050"], ["url", "http://github.com/sindrenm"]]
+ [1m[35m (2.8ms)[0m commit transaction
+Completed 200 OK in 23ms (Views: 0.7ms | ActiveRecord: 3.7ms)
+
+
+Started GET "/admin/people/1.html" for 127.0.0.1 at 2014-09-30 00:22:59 +0200
+Processing by Admin::PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.6ms)
+Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people/1.json" for 127.0.0.1 at 2014-09-30 00:22:59 +0200
+Processing by Admin::PeopleController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (1.9ms)
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/1" for 127.0.0.1 at 2014-09-30 00:23:29 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb within layouts/hyper_admin/application (1.4ms)
+Completed 200 OK in 217ms (Views: 208.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.8ms)
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.0ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.3ms)
+Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people/1.html" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+Processing by Admin::PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (2.8ms)
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people/1.json" for 127.0.0.1 at 2014-09-30 00:23:30 +0200
+Processing by Admin::PeopleController#show as JSON
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/show.json.jbuilder (0.9ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.3ms)
+Completed 200 OK in 298ms (Views: 297.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:50 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (1.9ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.0ms)
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:32:51 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.5ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (6.8ms)
+Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people" for 127.0.0.1 at 2014-09-30 00:33:47 +0200
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (1.4ms)
+Completed 200 OK in 237ms (Views: 235.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (3.6ms)
+Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (1.4ms)
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:33:48 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.4ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (5.8ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:34:14 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.3ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (2.1ms)
+Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:36:25 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (1.0ms)
+Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/admin/people" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb within layouts/hyper_admin/application (0.0ms)
+Completed 200 OK in 103ms (Views: 102.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/hyper_admin/forms.css?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/angular-ui-router.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/application.css?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/unstable/angular.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/lodash.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/restangular.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/config.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/edit_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/form_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/index_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/main_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/new_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/navbar_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/controllers/show_ctrl.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/delete_link.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/flash_messages.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_actions.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_errors.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/form_input_group.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/form/resource_form.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/page_header.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/resource_table.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/directives/table/table_row.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/filters/truncate.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/services/flash.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/angularjs/states.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/assets/hyper_admin/application.js?body=1" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+
+
+Started GET "/admin/resource_classes.json" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+Processing by HyperAdmin::ResourceClassesController#index as JSON
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/index.json.jbuilder (0.4ms)
+Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/resource_classes/people.json" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+Processing by HyperAdmin::ResourceClassesController#show as JSON
+ Parameters: {"id"=>"people"}
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/hyper_admin/resource_classes/show.json.jbuilder (0.4ms)
+Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.html" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+Processing by Admin::PeopleController#index as HTML
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.html.erb (0.0ms)
+Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/admin/people.json" for 127.0.0.1 at 2014-09-30 00:36:27 +0200
+Processing by Admin::PeopleController#index as JSON
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/_resource.json.jbuilder (0.1ms)
+ Rendered /home/sindre/Code/hyper/hyper_admin/app/views/admin/resources/index.json.jbuilder (0.9ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)