Started GET "/" for 127.0.0.1 at 2014-08-03 12:53:08 -0400
ActiveRecord::NoDatabaseError (FATAL: database "dummy_development" does not exist
Run `$ bin/rake db:create db:migrate` to create your database):
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:898:in `rescue in connect'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `connect'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:568:in `initialize'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:435:in `new_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:445:in `checkout_new_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `acquire_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:351:in `block in checkout'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:350:in `checkout'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:541:in `retrieve_connection'
activerecord (4.1.4) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
activerecord (4.1.4) lib/active_record/connection_handling.rb:87:in `connection'
activerecord (4.1.4) lib/active_record/query_cache.rb:51:in `restore_query_cache_settings'
activerecord (4.1.4) lib/active_record/query_cache.rb:43:in `rescue in call'
activerecord (4.1.4) lib/active_record/query_cache.rb:32:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:54:13 -0400
ActiveRecord::NoDatabaseError (FATAL: database "dummy_development" does not exist
Run `$ bin/rake db:create db:migrate` to create your database):
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:898:in `rescue in connect'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `connect'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:568:in `initialize'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
activerecord (4.1.4) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:435:in `new_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:445:in `checkout_new_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `acquire_connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:351:in `block in checkout'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:350:in `checkout'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:541:in `retrieve_connection'
activerecord (4.1.4) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
activerecord (4.1.4) lib/active_record/connection_handling.rb:87:in `connection'
activerecord (4.1.4) lib/active_record/query_cache.rb:51:in `restore_query_cache_settings'
activerecord (4.1.4) lib/active_record/query_cache.rb:43:in `rescue in call'
activerecord (4.1.4) lib/active_record/query_cache.rb:32:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:54:27 -0400
Processing by Rails::WelcomeController#index as HTML
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/railties-4.1.4/lib/rails/templates/rails/welcome/index.html.erb (1.9ms)
Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:55:44 -0400
AbstractController::ActionNotFound (The action 'index' could not be found for HomeController):
actionpack (4.1.4) lib/abstract_controller/base.rb:131:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.7ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:55:54 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 3ms
ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.7ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:56:09 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.7ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:56:13 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:56:50 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 7ms
ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (1.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:56:51 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:56:51 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
ActionView::MissingTemplate (Missing template home/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
actionview (4.1.4) lib/action_view/path_set.rb:46:in `find'
actionview (4.1.4) lib/action_view/lookup_context.rb:124:in `find'
actionview (4.1.4) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:41:in `determine_template'
actionview (4.1.4) lib/action_view/renderer/template_renderer.rb:8:in `render'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:42:in `render_template'
actionview (4.1.4) lib/action_view/renderer/renderer.rb:23:in `render'
actionview (4.1.4) lib/action_view/rendering.rb:99:in `_render_template'
actionpack (4.1.4) lib/action_controller/metal/streaming.rb:217:in `_render_template'
actionview (4.1.4) lib/action_view/rendering.rb:82:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
actionpack (4.1.4) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
actionpack (4.1.4) lib/abstract_controller/rendering.rb:25:in `render'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:16:in `render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
activesupport (4.1.4) lib/active_support/core_ext/benchmark.rb:12:in `ms'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:40:in `render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
actionpack (4.1.4) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:189:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:113:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:229:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:166:in `block in halting'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `call'
activesupport (4.1.4) lib/active_support/callbacks.rb:86:in `run_callbacks'
actionpack (4.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `block in instrument'
activesupport (4.1.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
activesupport (4.1.4) lib/active_support/notifications.rb:159:in `instrument'
actionpack (4.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
actionpack (4.1.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
activerecord (4.1.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
actionpack (4.1.4) lib/abstract_controller/base.rb:136:in `process'
actionview (4.1.4) lib/action_view/rendering.rb:30:in `process'
actionpack (4.1.4) lib/action_controller/metal.rb:196:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
actionpack (4.1.4) lib/action_controller/metal.rb:232:in `block in action'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:50:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) 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.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (0.7ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 12:57:54 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (4.3ms)
Completed 200 OK in 171ms (Views: 170.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 12:57:55 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 12:57:55 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 12:57:55 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 12:57:55 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:00:50 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (3.5ms)
Completed 500 Internal Server Error in 214ms
ActionView::Template::Error (couldn't find file 'bootstrap'
(in /Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/assets/stylesheets/application.css:14)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1941171208254406354_70345972318980'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (40.1ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:01:18 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 500 Internal Server Error in 25ms
ActionView::Template::Error (couldn't find file 'bootstrap'
(in /Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/assets/stylesheets/application.css:14)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all' %>
6: <%= javascript_include_tag 'application' %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1941171208254406354_70345983817640'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:01:40 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.1ms)
Completed 500 Internal Server Error in 20ms
ActionView::Template::Error (couldn't find file 'bootstrap'
(in /Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/assets/stylesheets/application.css:14)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all' %>
6: <%= javascript_include_tag 'application' %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1941171208254406354_70345983817640'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:01:51 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 500 Internal Server Error in 27ms
ActionView::Template::Error (couldn't find file 'bootstrap'
(in /Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/assets/stylesheets/application.css:14)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all' %>
6: <%= javascript_include_tag 'application' %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1941171208254406354_70345983817640'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:01:59 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.3ms)
Completed 500 Internal Server Error in 225ms
ActionView::Template::Error (couldn't find file 'bootstrap'
(in /Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all' %>
6: <%= javascript_include_tag 'application' %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1941171208254406354_70345983817640'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.7ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 200 OK in 157ms (Views: 156.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:02:08 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:03:44 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 200 OK in 115ms (Views: 114.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:03:44 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:03:44 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:03:44 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:03:44 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:03:45 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:03:45 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:03:45 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:03:45 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (2.0ms)
Completed 200 OK in 68ms (Views: 67.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:09 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:05:19 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:19 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:19 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:19 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:05:20 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:04 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:05 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:06:24 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.3ms)
Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:25 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:06:26 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.3ms)
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:27 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:06:33 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (0.2ms)
Completed 200 OK in 106ms (Views: 105.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:34 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (3.1ms)
Completed 200 OK in 206ms (Views: 205.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:53 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:06:54 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (2.2ms)
Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:06 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (3.7ms)
Completed 200 OK in 44ms (Views: 43.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:07:35 -0400
[1m[36m (180.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) [0m
[1m[35m (68.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateEvents (20140803170839)
[1m[35m (0.2ms)[0m BEGIN
[1m[36m (45.4ms)[0m [1mCREATE TABLE "events" ("id" serial primary key, "title" character varying(255), "created_at" timestamp, "updated_at" timestamp) [0m
[1m[35mSQL (15.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140803170839"]]
[1m[36m (1.0ms)[0m [1mCOMMIT[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/" for 127.0.0.1 at 2014-08-03 13:09:07 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (594.5ms)
Completed 500 Internal Server Error in 622ms
ActionView::Template::Error (undefined method `model_name' for NilClass:Class):
3: = link_to 'Get the Gem!', '#', :class => 'btn btn-success pull-right'
4: Polygallery Demonstrations
5:
6: = simple_form_for @event do |f|
7: = f.input :title
8: = f.submit :class => 'btn btn-success btn-lg btn-block'
app/views/home/index.html.haml:6:in `_app_views_home_index_html_haml___4521713832199968_70345982835340'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (47.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (185.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:09:22 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (134.0ms)
Completed 200 OK in 532ms (Views: 486.2ms | ActiveRecord: 3.4ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:23 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (8.3ms)
Completed 200 OK in 270ms (Views: 268.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:56 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:57 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:57 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:57 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:09:57 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:10:32 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (12.5ms)
Completed 500 Internal Server Error in 73ms
ActionView::Template::Error (couldn't find file 'simple_form_fileinput/init'
(in /Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/assets/javascripts/application.js:15)):
18: = csrf_meta_tags
19: %body
20: .container-fluid= yield
21: = javascript_include_tag 'application'
app/views/layouts/application.html.haml:21:in `_app_views_layouts_application_html_haml__3970375437467270569_70345949535520'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.8ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:11:00 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (411.1ms)
Completed 200 OK in 713ms (Views: 703.5ms | ActiveRecord: 3.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:02 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (16.4ms)
Completed 200 OK in 55ms (Views: 54.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:22 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:22 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:11:33 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (142.5ms)
Completed 200 OK in 346ms (Views: 337.7ms | ActiveRecord: 2.8ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:11:35 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:12:20 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (23.4ms)
Completed 200 OK in 62ms (Views: 60.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:21 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (25.2ms)
Completed 200 OK in 65ms (Views: 63.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:25 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:26 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (13.1ms)
Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:12:47 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:13:14 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 5ms
NameError (undefined local variable or method `has_polygallery' for #):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.5ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.8ms)
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePolygalleryGalleries (20140803171516)
[1m[35m (0.3ms)[0m BEGIN
[1m[36m (68.7ms)[0m [1mCREATE TABLE "polygallery_galleries" ("id" serial primary key, "title" character varying(255) DEFAULT 'gallery', "default_photo_id" integer, "created_at" timestamp, "updated_at" timestamp) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140803171516"]]
[1m[36m (23.2ms)[0m [1mCOMMIT[0m
Migrating to CreatePolygalleryPhotos (20140803171534)
[1m[35m (15.6ms)[0m BEGIN
[1m[36m (32.8ms)[0m [1mCREATE TABLE "polygallery_photos" ("id" serial primary key, "gallery_id" integer, "photo_file_name" character varying(255), "photo_content_type" character varying(255), "photo_file_size" integer, "photo_updated_at" timestamp, "title" character varying(255), "caption" text, "created_at" timestamp, "updated_at" timestamp) [0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140803171534"]]
[1m[36m (0.7ms)[0m [1mCOMMIT[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePolygalleryPhotos (20140803171534)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (81.0ms)[0m DROP TABLE "polygallery_photos"
[1m[36mSQL (45.9ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140803171534'[0m
[1m[35m (19.3ms)[0m COMMIT
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePolygalleryGalleries (20140803171516)
[1m[36m (0.1ms)[0m [1mBEGIN[0m
[1m[35m (1.1ms)[0m DROP TABLE "polygallery_galleries"
[1m[36mSQL (0.5ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140803171516'[0m
[1m[35m (1.1ms)[0m COMMIT
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreatePolygalleryGalleries (20140803171516)
[1m[35m (0.1ms)[0m BEGIN
[1m[36m (45.8ms)[0m [1mCREATE TABLE "polygallery_galleries" ("id" serial primary key, "title" character varying(255) DEFAULT 'gallery', "default_photo_id" integer, "galleryable_id" integer, "galleryable_type" character varying(255), "created_at" timestamp, "updated_at" timestamp) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140803171516"]]
[1m[36m (15.3ms)[0m [1mCOMMIT[0m
Migrating to CreatePolygalleryPhotos (20140803171534)
[1m[35m (14.9ms)[0m BEGIN
[1m[36m (3.1ms)[0m [1mCREATE TABLE "polygallery_photos" ("id" serial primary key, "gallery_id" integer, "photo_file_name" character varying(255), "photo_content_type" character varying(255), "photo_file_size" integer, "photo_updated_at" timestamp, "title" character varying(255), "caption" text, "created_at" timestamp, "updated_at" timestamp) [0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20140803171534"]]
[1m[36m (0.5ms)[0m [1mCOMMIT[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/" for 127.0.0.1 at 2014-08-03 13:53:41 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 15ms
NameError (undefined local variable or method `has_polygallery' for #):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:54:17 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (1845.0ms)
Completed 200 OK in 4503ms (Views: 4208.9ms | ActiveRecord: 4.1ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:54:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:54:23 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:54:24 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:57:37 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 746ms
LoadError (cannot load such file -- lib/polygallery.rb):
app/controllers/application_controller.rb:11:in `block in dev_reload'
app/controllers/application_controller.rb:10:in `each'
app/controllers/application_controller.rb:10:in `dev_reload'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (31.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (51.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:57:46 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (199.2ms)
Completed 200 OK in 650ms (Views: 550.0ms | ActiveRecord: 3.3ms)
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:47 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (20.0ms)
Completed 200 OK in 90ms (Views: 54.5ms | ActiveRecord: 7.3ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:57:52 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:58:21 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (9.0ms)
Completed 200 OK in 35ms (Views: 30.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.6ms)
Completed 200 OK in 32ms (Views: 27.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:58:22 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (8.3ms)
Completed 200 OK in 36ms (Views: 31.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:23 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:58:29 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 3ms
RuntimeError (BOOM):
app/controllers/application_controller.rb:11:in `block in dev_reload'
app/controllers/application_controller.rb:10:in `each'
app/controllers/application_controller.rb:10:in `dev_reload'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.8ms)
Completed 200 OK in 33ms (Views: 28.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:38 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:39 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:39 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:39 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:39 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:58:39 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 13:58:59 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 763ms
LoadError (cannot load such file -- polygallery/*):
app/controllers/application_controller.rb:11:in `block in dev_reload'
app/controllers/application_controller.rb:10:in `each'
app/controllers/application_controller.rb:10:in `dev_reload'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:59:19 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 4ms
ActiveSupport::Concern::MultipleIncludedBlocks (Cannot define multiple 'included' blocks for a Concern):
app/controllers/application_controller.rb:11:in `block in dev_reload'
app/controllers/application_controller.rb:10:in `each'
app/controllers/application_controller.rb:10:in `dev_reload'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 13:59:38 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (14.5ms)
Completed 200 OK in 104ms (Views: 35.1ms | ActiveRecord: 3.5ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:59:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 13:59:38 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 13:59:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 13:59:39 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:01:41 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 12ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (32.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (51.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:01:59 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 4ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:02 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.1ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:37 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (244.9ms)
Completed 200 OK in 861ms (Views: 760.1ms | ActiveRecord: 3.1ms)
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:38 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (12.8ms)
Completed 200 OK in 48ms (Views: 44.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:45 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (8.1ms)
Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (9.4ms)
Completed 200 OK in 42ms (Views: 38.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:46 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:52 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (13.3ms)
Completed 200 OK in 185ms (Views: 86.0ms | ActiveRecord: 3.3ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:52 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:53 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.5ms)
Completed 200 OK in 32ms (Views: 27.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:02:55 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:04:24 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (45.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (64.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:04:29 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 3ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:04:30 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:04:30 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:04:30 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 2ms
RuntimeError (BOOM):
app/models/event.rb:3:in `'
app/models/event.rb:1:in `'
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:32 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (222.5ms)
Completed 200 OK in 672ms (Views: 596.0ms | ActiveRecord: 3.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.5ms)
Completed 200 OK in 30ms (Views: 27.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.6ms)
Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:33 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:34 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.7ms)
Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:37 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.5ms)
Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (8.2ms)
Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (11.8ms)
Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:06:38 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:08:23 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 15ms
ActiveSupport::Concern::MultipleIncludedBlocks (Cannot define multiple 'included' blocks for a Concern):
app/controllers/application_controller.rb:11:in `block in dev_reload'
app/controllers/application_controller.rb:10:in `each'
app/controllers/application_controller.rb:10:in `dev_reload'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (40.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (58.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (12.1ms)
Completed 200 OK in 122ms (Views: 64.5ms | ActiveRecord: 8.4ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:30 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:31 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:31 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:31 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (7.8ms)
Completed 200 OK in 31ms (Views: 27.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:08:40 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:10:14 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (91.4ms)
Completed 200 OK in 157ms (Views: 154.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:15 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (15.9ms)
Completed 200 OK in 39ms (Views: 36.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:23 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (10.0ms)
Completed 200 OK in 33ms (Views: 30.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:26 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:27 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:27 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:27 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:27 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:27 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:27 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (17.4ms)
Completed 200 OK in 41ms (Views: 38.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:33 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:10:40 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (16.3ms)
Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:10:41 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:11:24 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (20.7ms)
Completed 200 OK in 68ms (Views: 64.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:25 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (17.5ms)
Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:28 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (16.3ms)
Completed 200 OK in 39ms (Views: 36.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:11:50 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (17.1ms)
Completed 200 OK in 40ms (Views: 37.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:12:03 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:13:00 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (61.7ms)
Completed 500 Internal Server Error in 82ms
ActionView::Template::Error (undefined method `simple_fields_for_polygallery' for #<#:0x007fa083f46f98>):
11: %hr
12: = simple_form_for @event do |f|
13: = f.input :title, :autofocus => true
14: = simple_fields_for_polygallery f
15: = f.submit :class => 'btn btn-success btn-lg btn-block'
16: .col-md-6
17: .panel.panel-default
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml___3174448318332963723_70163692664360'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml___3174448318332963723_70163692664360'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.8ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:15:50 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (26.1ms)
Completed 500 Internal Server Error in 67ms
ActionView::Template::Error (undefined method `simple_fields_for_polygallery' for #<#:0x007fa0833d9c78>):
11: %hr
12: = simple_form_for @event do |f|
13: = f.input :title, :autofocus => true
14: = simple_fields_for_polygallery f
15: = f.submit :class => 'btn btn-success btn-lg btn-block'
16: .col-md-6
17: .panel.panel-default
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml___3174448318332963723_70163692664360'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml___3174448318332963723_70163692664360'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:16:03 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (12.1ms)
Completed 500 Internal Server Error in 17ms
ActionView::Template::Error (undefined method `simple_fields_for_polygallery' for #<#:0x007fa0834eb508>):
11: %hr
12: = simple_form_for @event do |f|
13: = f.input :title, :autofocus => true
14: = simple_fields_for_polygallery f
15: = f.submit :class => 'btn btn-success btn-lg btn-block'
16: .col-md-6
17: .panel.panel-default
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml___3174448318332963723_70163692664360'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml___3174448318332963723_70163692664360'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (44.5ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:16:31 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (228.1ms)
Completed 500 Internal Server Error in 380ms
ActionView::Template::Error (wrong number of arguments (1 for 2..3)):
11: %hr
12: = simple_form_for @event do |f|
13: = f.input :title, :autofocus => true
14: = simple_fields_for_polygallery f
15: = f.submit :class => 'btn btn-success btn-lg btn-block'
16: .col-md-6
17: .panel.panel-default
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml___268516002964802409_70134474541380'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml___268516002964802409_70134474541380'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (44.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (60.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:16:33 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (9.0ms)
Completed 500 Internal Server Error in 17ms
ActionView::Template::Error (wrong number of arguments (1 for 2..3)):
11: %hr
12: = simple_form_for @event do |f|
13: = f.input :title, :autofocus => true
14: = simple_fields_for_polygallery f
15: = f.submit :class => 'btn btn-success btn-lg btn-block'
16: .col-md-6
17: .panel.panel-default
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml___268516002964802409_70134474541380'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml___268516002964802409_70134474541380'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.3ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:16:47 -0400
Processing by HomeController#index as HTML
Rendered home/index.html.haml within layouts/application (9.6ms)
Completed 500 Internal Server Error in 18ms
ActionView::Template::Error (wrong number of arguments (1 for 2..3)):
11: %hr
12: = simple_form_for @event do |f|
13: = f.input :title, :autofocus => true
14: = simple_fields_for_polygallery f
15: = f.submit :class => 'btn btn-success btn-lg btn-block'
16: .col-md-6
17: .panel.panel-default
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml___268516002964802409_70134474541380'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml___268516002964802409_70134474541380'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (28.3ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:18:43 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (69.3ms)
[1m[35mPolygallery::Gallery Load (19.8ms)[0m SELECT polygallery_galleries.title FROM "polygallery_galleries" WHERE "polygallery_galleries"."galleryable_type" = 'Event' GROUP BY polygallery_galleries.title
Rendered home/index.html.haml within layouts/application (297.5ms)
Completed 500 Internal Server Error in 370ms
ActionView::Template::Error (Polygallery gallery not found for Event):
22: .form-group
23: %label.control-label Title
24: .controls= f.text_field :title, :class => 'form-control'
25: = fields_for_polygallery :gallery, f
26: = f.submit :class => 'btn btn-success btn-lg btn-block'
app/views/home/index.html.haml:25:in `block in _app_views_home_index_html_haml___3618050819747327929_70282942868340'
app/views/home/index.html.haml:21:in `_app_views_home_index_html_haml___3618050819747327929_70282942868340'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:18:57 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (2.2ms)
[1m[36mPolygallery::Gallery Load (0.4ms)[0m [1mSELECT polygallery_galleries.title FROM "polygallery_galleries" WHERE "polygallery_galleries"."galleryable_type" = 'Event' GROUP BY polygallery_galleries.title[0m
Rendered home/index.html.haml within layouts/application (19.8ms)
Completed 500 Internal Server Error in 25ms
ActionView::Template::Error (Polygallery gallery not found for Event):
22: .form-group
23: %label.control-label Title
24: .controls= f.text_field :title, :class => 'form-control'
25: = fields_for_polygallery :gallery, f
26: = f.submit :class => 'btn btn-success btn-lg btn-block'
app/views/home/index.html.haml:25:in `block in _app_views_home_index_html_haml___3618050819747327929_70282942868340'
app/views/home/index.html.haml:21:in `_app_views_home_index_html_haml___3618050819747327929_70282942868340'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.5ms)
[1m[36mPolygallery::Gallery Load (1.5ms)[0m [1mSELECT polygallery_galleries.title FROM "polygallery_galleries" WHERE "polygallery_galleries"."galleryable_type" = 'Event' GROUP BY polygallery_galleries.title[0m
[1m[35mPolygallery::Gallery Load (0.2ms)[0m SELECT polygallery_galleries.title FROM "polygallery_galleries" WHERE "polygallery_galleries"."galleryable_type" = 'Event' GROUP BY polygallery_galleries.title
Started GET "/" for 127.0.0.1 at 2014-08-03 14:23:50 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (3.8ms)
[1m[35mPolygallery::Gallery Load (0.4ms)[0m SELECT polygallery_galleries.title FROM "polygallery_galleries" WHERE "polygallery_galleries"."galleryable_type" = 'Event' GROUP BY polygallery_galleries.title
Rendered home/index.html.haml within layouts/application (59.1ms)
Completed 500 Internal Server Error in 128ms
ActionView::Template::Error (Polygallery gallery not found for Event):
22: .form-group
23: %label.control-label Title
24: .controls= f.text_field :title, :class => 'form-control'
25: = fields_for_polygallery :gallery, f
26: = f.submit :class => 'btn btn-success btn-lg btn-block'
app/views/home/index.html.haml:25:in `block in _app_views_home_index_html_haml___3618050819747327929_70282942868340'
app/views/home/index.html.haml:21:in `_app_views_home_index_html_haml___3618050819747327929_70282942868340'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (54.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:24:04 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (21.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (2.2ms)
Rendered home/index.html.haml within layouts/application (298.8ms)
Completed 200 OK in 705ms (Views: 649.7ms | ActiveRecord: 3.1ms)
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:06 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (1.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (19.4ms)
Completed 200 OK in 71ms (Views: 39.1ms | ActiveRecord: 3.4ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:24:31 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:29:58 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (165.6ms)
Rendered home/index.html.haml within layouts/application (179.9ms)
Completed 500 Internal Server Error in 185ms
ActionView::Template::Error (Missing partial home/_photo_fields, application/_photo_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', ff, :photos, :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:30:45 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (9.5ms)
Rendered home/index.html.haml within layouts/application (16.1ms)
Completed 500 Internal Server Error in 24ms
ActionView::Template::Error (Association photos doesn't exist on Event):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', f, :photos, :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:30:50 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (15.4ms)
Rendered home/index.html.haml within layouts/application (22.3ms)
Completed 500 Internal Server Error in 27ms
ActionView::Template::Error (Missing partial home/_photo_fields, application/_photo_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', ff, :photos, :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:30:54 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (9.1ms)
Rendered home/index.html.haml within layouts/application (15.8ms)
Completed 500 Internal Server Error in 21ms
ActionView::Template::Error (Association photos doesn't exist on Event):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', f, :photos, :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:31:01 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.7ms)
Rendered home/index.html.haml within layouts/application (20.6ms)
Completed 500 Internal Server Error in 26ms
ActionView::Template::Error (Missing partial home/_photo_fields, application/_photo_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', ff, :photos, :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:31:30 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (10.9ms)
Rendered home/index.html.haml within layouts/application (17.5ms)
Completed 500 Internal Server Error in 23ms
ActionView::Template::Error (Association polygallery/photos doesn't exist on Polygallery::Gallery):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', ff, 'polygallery/photos', :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:31:35 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.1ms)
Rendered home/index.html.haml within layouts/application (20.0ms)
Completed 500 Internal Server Error in 27ms
ActionView::Template::Error (Missing partial home/_photo_fields, application/_photo_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :haml]}. Searched in:
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/test/dummy/app/views"
* "/Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views"
):
3:
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', ff, :photos, :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:33:59 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (35.0ms)
Rendered home/index.html.haml within layouts/application (42.2ms)
Completed 500 Internal Server Error in 91ms
ActionView::Template::Error (undefined method `galleryable' for #):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.galleryable.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:34:12 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.7ms)
Rendered home/index.html.haml within layouts/application (18.1ms)
Completed 500 Internal Server Error in 34ms
ActionView::Template::Error (undefined method `galleryable' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => pf.object.galleryable.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.8ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:34:19 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.7ms)
Rendered home/index.html.haml within layouts/application (18.2ms)
Completed 500 Internal Server Error in 49ms
ActionView::Template::Error (undefined method `galleryable' for #):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.galleryable.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (31.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:34:23 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (33.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (82.7ms)
Rendered home/index.html.haml within layouts/application (99.4ms)
Completed 500 Internal Server Error in 126ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.gallery.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:35:46 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 33ms
NoMethodError (undefined method `build_photos' for #):
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:36:19 -0400
Processing by HomeController#index as HTML
Completed 500 Internal Server Error in 73ms
NoMethodError (undefined method `build_photos' for #):
app/controllers/home_controller.rb:4:in `index'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.4ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:36:26 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (4.2ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (37.0ms)
Rendered home/index.html.haml within layouts/application (61.0ms)
Completed 500 Internal Server Error in 192ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.gallery.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:36:39 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.2ms)
Rendered home/index.html.haml within layouts/application (35.1ms)
Completed 500 Internal Server Error in 66ms
ActionView::Template::Error (undefined method `gallery' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => pf.object.gallery.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:36:47 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.2ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.5ms)
Rendered home/index.html.haml within layouts/application (17.7ms)
Completed 500 Internal Server Error in 25ms
ActionView::Template::Error (undefined method `photo' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
6: = pf.input_field :photo
7: = pf.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:36:57 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (12.1ms)
Rendered home/index.html.haml within layouts/application (36.1ms)
Completed 500 Internal Server Error in 73ms
ActionView::Template::Error (undefined method `photo' for #):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.new_record?}}
3: %td.text-center
4: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
6: = pf.input_field :photo
7: = pf.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.1ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:37:05 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (12.8ms)
Rendered home/index.html.haml within layouts/application (19.1ms)
Completed 500 Internal Server Error in 26ms
ActionView::Template::Error (undefined method `photo' for #):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.new_record?}}
3: %td.text-center
4: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
6: = pf.input_field :photo
7: = pf.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:37:23 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.7ms)
Rendered home/index.html.haml within layouts/application (33.3ms)
Completed 500 Internal Server Error in 53ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => pf.object.new_record?}}
3: %td.text-center
4: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:37:34 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.1ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.4ms)
Rendered home/index.html.haml within layouts/application (17.7ms)
Completed 500 Internal Server Error in 45ms
ActionView::Template::Error (undefined method `photo' for #):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.new_record?}}
3: %td.text-center
4: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
6: = pf.input_field :photo
7: = pf.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.5ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:37:39 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.0ms)
Rendered home/index.html.haml within layouts/application (17.1ms)
Completed 500 Internal Server Error in 24ms
ActionView::Template::Error (undefined method `photo' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
6: = pf.input_field :photo
7: = pf.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__1283006224459743520_70291243141760'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__1283006224459743520_70291243141760'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:38:13 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (33.7ms)
Rendered home/index.html.haml within layouts/application (374.5ms)
Completed 500 Internal Server Error in 614ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => pf.object.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (36.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (48.8ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:38:22 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (8.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (14.8ms)
Rendered home/index.html.haml within layouts/application (21.3ms)
Completed 500 Internal Server Error in 28ms
ActionView::Template::Error (undefined method `photo' for nil:NilClass):
1: = f.simple_fields_for :photos do |pf|
2: %tr.nested-fields{:data => {:new => f.object.new_record?}}
3: %td.text-center
4: = image_tag pf.object.photo.url(:thumb), :class => 'img-responsive'
5: %td
6: = pf.input_field :photo
7: = pf.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:38:56 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (9.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (27.7ms)
Rendered home/index.html.haml within layouts/application (35.5ms)
Completed 500 Internal Server Error in 42ms
ActionView::Template::Error (undefined method `photo' for #):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
5: = f.input_field :photo
6: = f.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.7ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:40:25 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (25.1ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (31.8ms)
Rendered home/index.html.haml within layouts/application (42.4ms)
Completed 500 Internal Server Error in 123ms
ActionView::Template::Error (undefined method `titleize' for true:TrueClass):
4: - if options[:label]
5: %h3.lead
6: = link_to_add_association 'Add Photo', ff, :photos, :partial => 'polygallery/photos/simple_fields_for', :class => 'btn btn-default btn-sm pull-right', :data => {:association_insertion_node => '.photo-receptacle', :association_insertion_method => 'append'}
7: = options[:label].titleize
8: #photos
9: %table.table.table-bordered.table-striped.table-condensed.polygallery-photos-table
10: %thead
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (39.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (51.8ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:41:40 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (21.9ms)
Rendered home/index.html.haml within layouts/application (28.3ms)
Completed 500 Internal Server Error in 35ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:42:00 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.3ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (19.7ms)
Rendered home/index.html.haml within layouts/application (26.2ms)
Completed 500 Internal Server Error in 33ms
ActionView::Template::Error (undefined method `photo' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.nil?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
5: = f.input_field :photo
6: = f.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:56:04 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.3ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (12.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (26.9ms)
Rendered home/index.html.haml within layouts/application (62.3ms)
Completed 500 Internal Server Error in 182ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: - unless f.object.new_record?
4: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (59.3ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:56:16 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (7.4ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (21.8ms)
Rendered home/index.html.haml within layouts/application (28.3ms)
Completed 500 Internal Server Error in 52ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
6: = f.input_field :photo
7: = f.input_field :caption, :placeholder => "Caption... (optional)", :style => "margin-top:5px;", :as => :string
8: %td.text-center{:style => "width:51px;"}
9: = link_to_remove_association f, :class => 'btn btn-default btn-sm' do
10: %span.glyphicon.glyphicon-trash
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:56:36 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (5.1ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (19.7ms)
Rendered home/index.html.haml within layouts/application (25.9ms)
Completed 500 Internal Server Error in 33ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (41.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (55.0ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:56:58 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.2ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (1.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (39.5ms)
Rendered home/index.html.haml within layouts/application (46.1ms)
Completed 500 Internal Server Error in 109ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.9ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:57:26 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.1ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (1.3ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (18.3ms)
Rendered home/index.html.haml within layouts/application (25.5ms)
Completed 500 Internal Server Error in 32ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.2ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:57:27 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (1.3ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (11.7ms)
Rendered home/index.html.haml within layouts/application (18.0ms)
Completed 500 Internal Server Error in 25ms
ActionView::Template::Error (undefined method `new_record?' for nil:NilClass):
1: %tr.nested-fields{:data => {:new => f.object.new_record?}}
2: %td.text-center
3: = image_tag f.object.photo.url(:thumb), :class => 'img-responsive'
4: %td
app/views/home/index.html.haml:14:in `block in _app_views_home_index_html_haml__72434731334357054_70318025765700'
app/views/home/index.html.haml:12:in `_app_views_home_index_html_haml__72434731334357054_70318025765700'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (31.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.4ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 14:57:38 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (7.4ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (25.2ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (2.4ms)
Rendered home/index.html.haml within layouts/application (111.5ms)
Completed 200 OK in 538ms (Views: 533.7ms | ActiveRecord: 0.0ms)
Started GET "/images/thumb/missing.png" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
ActionController::RoutingError (No route matches [GET] "/images/thumb/missing.png"):
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (161.3ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (213.7ms)
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:39 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:57:57 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.4ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (16.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.6ms)
Rendered home/index.html.haml within layouts/application (30.6ms)
Completed 200 OK in 55ms (Views: 50.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/images/thumb/missing.png" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
ActionController::RoutingError (No route matches [GET] "/images/thumb/missing.png"):
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.1ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.3ms)
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:57:58 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 14:58:28 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.3ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (16.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.7ms)
Rendered home/index.html.haml within layouts/application (76.7ms)
Completed 200 OK in 285ms (Views: 281.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
Started GET "/images/thumb/missing.png" for 127.0.0.1 at 2014-08-03 14:58:29 -0400
ActionController::RoutingError (No route matches [GET] "/images/thumb/missing.png"):
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.8ms)
Started GET "/images/thumb/missing.png" for 127.0.0.1 at 2014-08-03 14:58:30 -0400
ActionController::RoutingError (No route matches [GET] "/images/thumb/missing.png"):
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.4ms)
Started GET "/images/thumb/missing.png" for 127.0.0.1 at 2014-08-03 14:58:31 -0400
ActionController::RoutingError (No route matches [GET] "/images/thumb/missing.png"):
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.4) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.4) 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.4) 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.4) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.4) lib/rails/engine.rb:514:in `call'
railties (4.1.4) 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'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
/Users/smit1625/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
Rendered /Users/smit1625/.rvm/gems/ruby-2.0.0-p353/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.1ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 15:10:28 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (93.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (6.4ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (108.1ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.6ms)
Rendered home/index.html.haml within layouts/application (165.5ms)
Completed 200 OK in 378ms (Views: 234.2ms | ActiveRecord: 59.7ms)
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:10:29 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:11:56 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (14.2ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.6ms)
Rendered home/index.html.haml within layouts/application (28.3ms)
Completed 200 OK in 53ms (Views: 48.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:11:56 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:11:56 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:11:56 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:11:56 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:11:57 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:14:21 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (19.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (5.3ms)
Rendered home/index.html.haml within layouts/application (38.9ms)
Completed 200 OK in 64ms (Views: 59.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:22 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:14:33 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (14.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (28.6ms)
Completed 200 OK in 61ms (Views: 56.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:34 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (27.3ms)
Completed 200 OK in 52ms (Views: 47.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:14:44 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (14.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (28.8ms)
Completed 200 OK in 96ms (Views: 92.2ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:04 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:15:20 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (27.6ms)
Completed 200 OK in 160ms (Views: 154.6ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:21 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:15:36 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.6ms)
Rendered home/index.html.haml within layouts/application (27.6ms)
Completed 200 OK in 1928ms (Views: 1923.1ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/polygallery/polygallery.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/polygallery/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-03 15:15:38 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:16:16 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (3.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (31.5ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.7ms)
Rendered home/index.html.haml within layouts/application (76.9ms)
Completed 200 OK in 340ms (Views: 335.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/polygallery/polygallery.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/polygallery/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:16:17 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:18:08 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (41.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.8ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (63.0ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.7ms)
Rendered home/index.html.haml within layouts/application (154.5ms)
Completed 200 OK in 279ms (Views: 189.5ms | ActiveRecord: 5.1ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/polygallery/polygallery.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/polygallery/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:09 -0400
Started POST "/events" for 127.0.0.1 at 2014-08-03 15:18:20 -0400
Processing by EventsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"rV9GEEAxhhpIipIspD7+wrUBy4l0vYXgHr98/L9L9m4=", "event"=>{"title"=>"Test Event", "gallery_attributes"=>{"title"=>"gallery", "photos_attributes"=>{"0"=>{"photo"=>#, @original_filename="DSC_5099.JPG", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"event[gallery_attributes][photos_attributes][0][photo]\"; filename=\"DSC_5099.JPG\"\r\nContent-Type: image/jpeg\r\n">, "caption"=>"Awesome boat!", "_destroy"=>"false"}}}}, "commit"=>"Create Event"}
Unpermitted parameters: photos_attributes
[1m[35m (14.2ms)[0m BEGIN
[1m[36mSQL (66.1ms)[0m [1mINSERT INTO "events" ("created_at", "title", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2014-08-03 19:18:21.054781"], ["title", "Test Event"], ["updated_at", "2014-08-03 19:18:21.054781"]]
[1m[35mSQL (0.8ms)[0m INSERT INTO "polygallery_galleries" ("created_at", "galleryable_id", "galleryable_type", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["created_at", "2014-08-03 19:18:21.159544"], ["galleryable_id", 1], ["galleryable_type", "Event"], ["updated_at", "2014-08-03 19:18:21.159544"]]
[1m[36mSQL (58.3ms)[0m [1mINSERT INTO "polygallery_photos" ("created_at", "gallery_id", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["created_at", "2014-08-03 19:18:21.185827"], ["gallery_id", 1], ["updated_at", "2014-08-03 19:18:21.185827"]]
[1m[35m (10.6ms)[0m COMMIT
Redirected to http://localhost:3000/
Completed 302 Found in 228ms (ActiveRecord: 150.1ms)
Started GET "/" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.6ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.4ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (26.7ms)
Completed 200 OK in 53ms (Views: 48.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/polygallery/polygallery.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/polygallery/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:18:21 -0400
Started GET "/" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Processing by HomeController#index as HTML
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/photos/_simple_fields_for.html.haml (2.7ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_simple_fields_for.html.haml (13.9ms)
Rendered /Applications/XAMPP/xamppfiles/htdocs/polygallery/app/views/polygallery/galleries/_fields_for.html.haml (0.5ms)
Rendered home/index.html.haml within layouts/application (60.6ms)
Completed 200 OK in 87ms (Views: 82.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:20 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/simple_form_fileinput/bootstrap.file-input.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/simple_form_fileinput/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/cocoon.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/polygallery/polygallery.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/polygallery/init.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-03 15:19:21 -0400
Started GET "/assets/polygallery/thumbnail-missing.jpg" for 127.0.0.1 at 2014-08-03 15:19:21 -0400